-
Notifications
You must be signed in to change notification settings - Fork 0
/
grumphp.yml
50 lines (50 loc) · 1.43 KB
/
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
49
50
grumphp:
hooks_dir: ~
hooks_preset: local
process_timeout: 360
tasks:
composer:
file: ./composer.json
no_check_all: false
no_check_lock: false
no_check_publish: false
no_local_repository: false
with_dependencies: false
strict: false
phpversion:
project: '8.0'
phpstan:
configuration: phpstan.neon
memory_limit: "2G"
phpcs:
phpmd:
whitelist_patterns:
- /^app\/(.*)/
report_format: text
ruleset: ['phpmd.xml']
composer_script:
script: test
clover_coverage:
clover_file: ./code-analysis/clover.xml
level: 90
git_commit_message:
allow_empty_message: false
enforce_capitalized_subject: false
enforce_no_subject_punctuations: false
enforce_no_subject_trailing_period: true
type_scope_conventions:
- types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
- scopes: []
max_body_width: 72
max_subject_width: 80