-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgrumphp.yml
52 lines (44 loc) · 1.17 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
grumphp:
ascii:
failed: ~
succeeded: ~
tasks:
composer:
file: "./composer.json"
no_check_all: true
git_blacklist:
whitelist_patterns:
- /src/
keywords:
- 'var_dump'
- 'console.log'
- 'print_r'
- 'die('
triggered_by: [php, js, twig]
jsonlint:
detect_key_conflicts: true
phpcsfixer2:
config: 'dev/resources/.php-cs-fixer.php'
verbose: true
diff: true
triggered_by: ['php']
phpcs:
standard: "PSR12"
warning_severity: 0
whitelist_patterns:
- /src/
triggered_by: [php]
phpmd:
whitelist_patterns:
- /src/
ruleset:
- "./dev/resources/phpmd.xml"
exclude:
- "./src/Tests/*"
phpstan:
configuration: "./dev/resources/phpstan.neon"
twigcs:
path: './src'
severity: ignore
yamllint:
parse_custom_tags: true