-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
49 lines (49 loc) · 1.02 KB
/
grumphp.yml
File metadata and controls
49 lines (49 loc) · 1.02 KB
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
grumphp:
stop_on_failure: true
process_timeout: 600
ignore_unstaged_changes: true
tasks:
phpcs:
standard: 'phpcs.ruleset.xml'
tab_width: 4
whitelist_patterns: []
encoding: utf-8
ignore_patterns: []
sniffs: []
triggered_by: [php]
phpmd:
ruleset: ['phpmd.ruleset.xml']
phpcsfixer2:
cache_file: '.php_cs.cache'
allow_risky: true
using_cache: true
config_contains_finder: true
verbose: false
diff: true
triggered_by: ['php']
phplint: ~
phpstan:
metadata:
priority: 1
autoload_file: ~
configuration: 'phpstan.neon'
level: 7
ignore_patterns:
- tests/
triggered_by: ['php']
phpunit:
config_file: ~
always_execute: true
phpversion: ~
shell: ~
psalm:
metadata:
priority: 1
config: 'psalm.xml'
no_cache: false
ignore_patterns:
- vendor/
report: ~
threads: 1
triggered_by: ['php']
show_info: true