forked from hashlips-lab/safe-nft-metadata-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
30 lines (27 loc) · 1.16 KB
/
phpstan.neon
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
parameters:
level: max
paths:
- src
bootstrapFiles:
# Fix class not found errors for PhpCsFixer
- vendor/symplify/easy-coding-standard/vendor/autoload.php
ignoreErrors:
-
message: '#The command is missing \$this->setName\("\.\.\."\) in configure\(\) method#'
paths:
- src/Command/ExportMetadataCommand.php
- src/Command/ShuffleCollectionCommand.php
includes:
##- vendor/symplify/phpstan-rules/config/array-rules.neon
#- vendor/symplify/phpstan-rules/config/code-complexity-rules.neon
##- vendor/symplify/phpstan-rules/config/doctrine-rules.neon
##- vendor/symplify/phpstan-rules/config/forbidden-static-rules.neon
##- vendor/symplify/phpstan-rules/config/naming-rules.neon
- vendor/symplify/phpstan-rules/config/regex-rules.neon
- vendor/symplify/phpstan-rules/config/services-rules.neon
##- vendor/symplify/phpstan-rules/config/static-rules.neon
- vendor/symplify/phpstan-rules/config/size-rules.neon
- vendor/symplify/phpstan-rules/config/string-to-constant-rules.neon
- vendor/symplify/phpstan-rules/config/symfony-rules.neon
- vendor/symplify/phpstan-rules/config/test-rules.neon
services: