-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
36 lines (36 loc) · 876 Bytes
/
grumphp.yml
File metadata and controls
36 lines (36 loc) · 876 Bytes
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
# grumphp.yml
grumphp:
hooks_dir: ~
hooks_preset: local
git_hook_variables:
stop_on_failure: true
ignore_unstaged_changes: false
hide_circumvention_tip: false
process_timeout: 180
ascii:
failed: ~
succeeded: ~
parallel:
enabled: true
max_workers: 4
fixer:
enabled: true
fix_by_default: false
environment:
files: []
variables: {}
paths: []
# https://github.com/phpro/grumphp/blob/v2.x/doc/tasks.md
tasks:
phpcs:
standard: PSR12
triggered_by: ['php']
phpunit:
config_file: phpunit.dist.xml
testsuite: games
# https://github.com/phpro/grumphp/blob/v2.x/doc/testsuites.md
testsuites:
git_pre_commit:
tasks:
- phpunit
extensions: []