-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
39 lines (39 loc) · 777 Bytes
/
grumphp.yml
File metadata and controls
39 lines (39 loc) · 777 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
39
grumphp:
process_timeout: 120
tasks:
git_commit_message:
enforce_capitalized_subject: false
max_subject_width: 72
type_scope_conventions:
- types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
- scopes:
- command
- grumphp
phpcpd:
directory: ['./src']
phpcsfixer2:
allow_risky: true
config: '.php-cs-fixer.dist.php'
phplint: ~
phpstan:
ignore_patterns: ['/^(?!src)/']
phpunit:
always_execute: true
testsuites:
code_quality:
tasks:
- phpcpd
- phpcsfixer2
- phplint
- phpstan