-
Notifications
You must be signed in to change notification settings - Fork 70
/
grumphp.yml
71 lines (71 loc) · 1.87 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
grumphp:
process_timeout: 600
ascii:
succeeded: ~
tasks:
phpcs:
standard: []
severity: ~
error_severity: ~
warning_severity: ~
tab_width: ~
report: full
report_width: ~
whitelist_patterns: []
encoding: ~
ignore_patterns: []
sniffs: []
triggered_by: [php]
phpcsfixer2:
allow_risky: true
cache_file: ~
config: .php_cs
using_cache: true
config_contains_finder: true
verbose: true
diff: false
triggered_by: ['php']
phpstan:
autoload_file: ~
configuration: phpstan.neon
level: 0
triggered_by: ['php']
composer:
file: ./composer.json
no_check_all: false
no_check_lock: false
no_check_publish: false
with_dependencies: false
strict: false
# phpcpd:
# directory: ['.']
# exclude: ['vendor']
# fuzzy: false
# min_lines: 5
# min_tokens: 70
# triggered_by: ['php']
phpmnd:
directory: '.'
whitelist_patterns: []
exclude: []
exclude_name: []
exclude_path: ['vendor']
extensions: []
hint: false
ignore_numbers: []
ignore_strings: []
strings: false
triggered_by: ['php']
phpunit:
config_file: phpunit-grum.xml.dist
testsuite: ~
group: []
always_execute: false
git_blacklist:
keywords:
- "die()"
- "die;"
- "var_dump"
- "dump"
- "exit;"
triggered_by: [php]