-
Notifications
You must be signed in to change notification settings - Fork 22
/
grumphp.yml
38 lines (38 loc) · 1.02 KB
/
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
grumphp:
ascii:
failed: ~
succeeded: ~
tasks:
composer:
no_check_all: true
git_blacklist:
keywords:
- 'var_dump'
- 'dump\('
- 'print_r'
- 'die\('
- 'console\.'
triggered_by: [php, twig, js]
jsonlint:
detect_key_conflicts: true
# temporary deactivation due to issue https://github.com/sebastianbergmann/phpcpd/issues/188
# phpcpd:
# directory:
# - src
phplint:
exclude: ['vendor']
triggered_by: ['php']
phpmd:
ruleset: ['ruleset/.php_md.xml']
phpstan:
level: ~
configuration: 'ruleset/phpstan.neon'
securitychecker_symfony: ~
yamllint:
parse_custom_tags: true
ecs:
config: 'ruleset/ecs.php'
no-progress-bar: true
twigcs:
path: 'src/'
severity: error