|
1 | 1 | includes: |
2 | | - - utils/phpstan-baseline/loader.neon |
| 2 | + - utils/phpstan-baseline/loader.neon |
3 | 3 |
|
4 | 4 | parameters: |
5 | | - phpVersion: 80100 |
6 | | - tmpDir: build/phpstan |
7 | | - level: 6 |
8 | | - bootstrapFiles: |
9 | | - - phpstan-bootstrap.php |
10 | | - paths: |
11 | | - - admin/starter/tests |
12 | | - - app |
13 | | - - system |
14 | | - - tests |
15 | | - excludePaths: |
16 | | - - app/Views/errors/cli/* |
17 | | - - app/Views/errors/html/* |
18 | | - - system/Commands/Generators/Views/* |
19 | | - - system/Debug/Toolbar/Views/toolbar.tpl.php |
20 | | - - system/Images/Handlers/GDHandler.php |
21 | | - - system/Test/Filters/CITestStreamFilter.php |
22 | | - - system/ThirdParty/* |
23 | | - - system/Validation/Views/single.php |
24 | | - - tests/system/View/Views/* |
25 | | - scanDirectories: |
26 | | - - system/Helpers |
27 | | - ignoreErrors: |
28 | | - - |
29 | | - identifier: missingType.generics |
30 | | - checkMissingCallableSignature: true |
31 | | - treatPhpDocTypesAsCertain: false |
32 | | - strictRules: |
33 | | - allRules: false |
34 | | - disallowedLooseComparison: true |
35 | | - booleansInConditions: true |
36 | | - disallowedBacktick: true |
37 | | - disallowedEmpty: true |
38 | | - disallowedImplicitArrayCreation: true |
39 | | - disallowedShortTernary: true |
40 | | - matchingInheritedMethodNames: true |
41 | | - codeigniter: |
42 | | - additionalServices: |
43 | | - - AfterAutoloadModule\Config\Services |
44 | | - checkArgumentTypeOfModel: false |
45 | | - shipmonkBaselinePerIdentifier: |
46 | | - directory: %currentWorkingDirectory% |
| 5 | + phpVersion: 80100 |
| 6 | + tmpDir: build/phpstan |
| 7 | + level: 6 |
| 8 | + bootstrapFiles: |
| 9 | + - phpstan-bootstrap.php |
| 10 | + paths: |
| 11 | + - admin/starter/tests |
| 12 | + - app |
| 13 | + - system |
| 14 | + - tests |
| 15 | + excludePaths: |
| 16 | + analyseAndScan: |
| 17 | + - app/Views/errors/cli/* |
| 18 | + - app/Views/errors/html/* |
| 19 | + - system/Commands/Generators/Views/* |
| 20 | + - system/Debug/Toolbar/Views/toolbar.tpl.php |
| 21 | + - system/Images/Handlers/GDHandler.php |
| 22 | + - system/Test/Filters/CITestStreamFilter.php |
| 23 | + - system/ThirdParty/* |
| 24 | + - system/Validation/Views/single.php |
| 25 | + - tests/system/View/Views/* |
| 26 | + analyse: |
| 27 | + - tests/_support/* |
| 28 | + scanDirectories: |
| 29 | + - system/Helpers |
| 30 | + ignoreErrors: |
| 31 | + - |
| 32 | + identifier: missingType.generics |
| 33 | + checkMissingCallableSignature: true |
| 34 | + treatPhpDocTypesAsCertain: false |
| 35 | + strictRules: |
| 36 | + allRules: false |
| 37 | + disallowedLooseComparison: true |
| 38 | + booleansInConditions: true |
| 39 | + disallowedBacktick: true |
| 40 | + disallowedEmpty: true |
| 41 | + disallowedImplicitArrayCreation: true |
| 42 | + disallowedShortTernary: true |
| 43 | + matchingInheritedMethodNames: true |
| 44 | + codeigniter: |
| 45 | + additionalServices: |
| 46 | + - AfterAutoloadModule\Config\Services |
| 47 | + checkArgumentTypeOfModel: false |
| 48 | + shipmonkBaselinePerIdentifier: |
| 49 | + directory: %currentWorkingDirectory% |
0 commit comments