-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgrumphp.yml
48 lines (48 loc) · 1.26 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
grumphp:
tasks:
clover_coverage:
clover_file: report/clover.xml
level: 100
infection:
threads: ~
test_framework: ~
only_covered: false
configuration: ~
mutators: []
ignore_patterns: []
triggered_by: [php]
phpcs:
standard: [PSR2]
severity: ~
error_severity: ~
warning_severity: ~
tab_width: ~
report: full
report_width: ~
whitelist_patterns: []
encoding: ~
ignore_patterns: [tests]
sniffs: []
triggered_by: [php]
exclude: []
phpstan:
autoload_file: ~
configuration: ~
level: 7
force_patterns: []
ignore_patterns: [tests]
triggered_by: ['php']
memory_limit: ~
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
git_blacklist:
keywords:
- "die("
- "var_dump("
- "exit;"
whitelist_patterns: []
triggered_by: ['php']
regexp_type: G