-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
38 lines (30 loc) · 604 Bytes
/
grumphp.yml
File metadata and controls
38 lines (30 loc) · 604 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
37
38
grumphp:
stop_on_failure: true
ignore_unstaged_changes: false
process_timeout: 120
ascii:
succeeded: succeeded.txt
failed: failed.txt
tasks:
composer_script:
script: 'dev-tools'
triggered_by: ['php']
composer:
no_check_lock: true
phplint:
exclude: ['vendor']
triggered_by: ['php']
jsonlint: ~
yamllint: ~
testsuites:
git_pre_commit:
tasks:
- composer
- phplint
- jsonlint
- yamllint
- composer_script
parallel:
enabled: true
max_workers: 5
hooks_preset: local