forked from passbolt/passbolt_api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
29 lines (27 loc) · 674 Bytes
/
Copy pathphpstan.neon
File metadata and controls
29 lines (27 loc) · 674 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
includes:
- phpstan-baseline.neon
- vendor/cakedc/cakephp-phpstan/extension.neon
parameters:
level: 6
treatPhpDocTypesAsCertain: false
paths:
- src
- plugins
bootstrapFiles:
- config/bootstrap.php
excludePaths:
- **/templates/**
- **/tests/**
ignoreErrors:
-
identifier: missingType.iterableValue
paths:
- src/**
- plugins/**
-
identifier: missingType.generics
paths:
- src/**
- plugins/**
rules:
- App\Test\PhpstanRule\Deprecation\DeprecatedEmailValidationStaticRule