-
Notifications
You must be signed in to change notification settings - Fork 0
/
grumphp.yml
43 lines (32 loc) · 895 Bytes
/
grumphp.yml
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
37
38
39
40
41
42
43
grumphp:
ignore_unstaged_changes: true
hide_circumvention_tip: true
ascii: ~
fixer:
enabled: false
tasks:
composer_normalize:
indent_size: 4
indent_style: 'space'
no_update_lock: true
verbose: false
deptrac: ~
phan: ~
phpcs: ~
phpcsfixer:
config: '.php-cs-fixer.php'
phpmd:
ruleset: [ 'phpmd-ruleset' ]
whitelist_patterns: [ '/^src\/(.*)/' ]
phpmnd:
directory: 'src'
exclude_path:
- 'Bundles/Jwt/FeatureConfig/JwtTokenizerConfigFactory.php'
- 'Bundles/JwtFetcher/FeatureConfig/JwtFetcherConfigFactory.php'
- 'Bundles/Redis/Tests/DependencyInjection/Compiler/AddFeatureConfigManagersPassTest.php'
- 'Bundles/Singlea/Tests/Command/Client/PurgeTest.php'
phpstan:
use_grumphp_paths: false
psalm:
no_cache: true
securitychecker_local: ~