mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-14 07:54:10 +01:00
Compare commits
7 Commits
support/3.
...
feature/ph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13d1eb75f4 | ||
|
|
9e3fe7d46f | ||
|
|
e2fdba1606 | ||
|
|
c058a25e54 | ||
|
|
872720da81 | ||
|
|
4417c7d09c | ||
|
|
18168b396c |
0
tests/php-static-analysis/baseline/.gitkeep
Normal file
0
tests/php-static-analysis/baseline/.gitkeep
Normal file
@@ -5,11 +5,14 @@ includes:
|
||||
|
||||
parameters:
|
||||
level: 0
|
||||
reportUnmatchedIgnoredErrors: false #to ignore baseline lines linked to unknown/removed/moved files
|
||||
#phpVersion: null # Explicitly commented as we rather use the detected version from the above include (`php-includes/target-php-version.php`)
|
||||
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%' # Open in PHPStorm as it's Combodo's default IDE
|
||||
bootstrapFiles:
|
||||
- ../../../approot.inc.php
|
||||
- ../../../bootstrap.inc.php
|
||||
- ../../../tests/php-unit-tests/vendor/autoload.php
|
||||
# usefull to scan tests from extensions in env-production
|
||||
|
||||
scanFiles:
|
||||
# Files necessary as they contain some declarations (constants, classes, functions, ...)
|
||||
@@ -24,7 +27,8 @@ parameters:
|
||||
analyseAndScan:
|
||||
# This file generates "unignorable errors" for the baseline due to its format, so we don't have any other choice than to exclude it.
|
||||
# But mind that it will prevent PHPStan from warning us about PHP syntax errors in this file.
|
||||
- ../../../core/oql/build/PHP/Lempar.php
|
||||
## ignore lexer when present in clones (not in packages)
|
||||
- ../../../core/oql/build/PHP/Lempar.php (?)
|
||||
|
||||
#- ../../../data # Left and commented on purpose to show that we want to analyse the generated cache files
|
||||
|
||||
@@ -37,4 +41,6 @@ parameters:
|
||||
- ../../../env-toolkit (?) # Irrelevent as it will either already be in `env-production` or might be desynchronized from `env-production` (for local run only, not useful in the CI)
|
||||
|
||||
- ../../../tests (?) # Exclude tests for now
|
||||
- ../../../tests/php-unit-tests/vendor (?)
|
||||
- ../../../tests/php-code-style (?) # Exclude code style
|
||||
- ../../../toolkit (?) # Exlclude toolkit for now
|
||||
|
||||
Reference in New Issue
Block a user