-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathphpstan.neon
More file actions
36 lines (29 loc) · 984 Bytes
/
phpstan.neon
File metadata and controls
36 lines (29 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
includes:
- phpstan-baseline.neon
parameters:
parallel:
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
maximumNumberOfProcesses: 5
level: 0
bootstrapFiles:
- .Build/vendor/autoload.php
paths:
- Classes
- Legacy
- tests
scanDirectories:
- Classes
- Legacy
- tests
excludePaths:
- Classes/Typo3Wrapper/Backend/Form/CompatFormElement.php
- Classes/Typo3Wrapper/RecordList/DatabaseRecordList.php
- Classes/Typo3Wrapper/Service/AuthenticationService.php
- Classes/Typo3Wrapper/Service/AbstractService.php
- Classes/Testing/BaseTestCase.php
- Classes/Testing/BaseViewHelperTest.php
- Legacy/model/class.tx_rnbase_model_data.php
- Legacy/model/class.tx_rnbase_model_base.php
- Legacy/filter/class.tx_rnbase_filter_FilterItemMarker.php
ignoreErrors:
- '#Call to an undefined static method Sys25\\RnBase\\Testing\\BaseViewHelperTest::at\(\)#'