-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
31 lines (25 loc) · 683 Bytes
/
phpstan.neon.dist
File metadata and controls
31 lines (25 loc) · 683 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
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
- phpstan-baseline.neon
parameters:
level: max
reportUnmatchedIgnoredErrors: false
paths:
- bin/
- lib/
unused_public:
methods: true
properties: true
constants: true
cognitive_complexity:
class: 50
function: 13
type_coverage:
return_type: 100
param_type: 92
property_type: 0
print_suggestions: false
ignoreErrors:
-
message: '#Cognitive complexity for "staabm\\PHPStanBaselineAnalysis\\FilterConfig::fromArgs\(\)" is 25, keep it under 13#'
path: 'lib/FilterConfig.php'