-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
executable file
·48 lines (48 loc) · 957 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
46
47
48
parameters:
testsuites:
ci:
tasks:
- phpcsfixer2
- securitychecker
- phpstan
- phplint
- phpversion
git_commit_msg:
tasks:
- git_commit_message
git_pre_commit:
tasks:
- php_cs_auto_fixerv2
- phplint
tasks:
securitychecker:
metadata:
blocking: false
phpcsfixer2:
config: .php_cs.dist
allow_risky: true
php_cs_auto_fixerv2:
config: .php_cs.dist
allow_risky: true
metadata:
priority: 300
git_commit_message:
enforce_capitalized_subject: false
type_scope_conventions:
- types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- test
- scopes: []
phpstan: ~
phplint: ~
phpversion:
project: '7.4'
extensions:
- Wearejust\GrumPHPExtra\Extension\Loader