-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgrumphp.yml
45 lines (44 loc) · 1003 Bytes
/
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
# grumphp.yml
grumphp:
hooks_dir: ~
hooks_preset: local
stop_on_failure: false
ignore_unstaged_changes: false
hide_circumvention_tip: false
process_timeout: 120
ascii:
failed: ~
succeeded: ~
parallel:
enabled: true
max_workers: 32
fixer:
enabled: true
fix_by_default: false
environment:
files: []
variables: {}
paths: []
tasks:
composer:
phplint:
triggered_by: ['php']
securitychecker_roave:
run_always: true
phpstan:
level: 9
ignore_patterns:
- "vendor*"
triggered_by: ['php']
memory_limit: "-1"
phpcs:
standard: PSR2
tab_width: 4
triggered_by: [php]
warning_severity: 6
ignore_patterns:
- "vendor*"
phpunit:
config_file: ~
testsuites: []
extensions: []