-
Notifications
You must be signed in to change notification settings - Fork 19
/
grumphp.yml
42 lines (42 loc) · 1.29 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
grumphp:
hide_circumvention_tip: true
stop_on_failure: true
tasks:
git_commit_message:
allow_empty_message: false
enforce_capitalized_subject: false
enforce_no_subject_punctuations: false
enforce_no_subject_trailing_period: true
enforce_single_lined_subject: true
max_body_width: 72
max_subject_width: 50
case_insensitive: true
multiline: true
type_scope_conventions:
- types:
- build
- chore
- docs
- feat
- fix
- refactor
- style
- test
composer:
composer_normalize:
phpstan:
configuration: phpstan.neon
ignore_patterns: ['tests']
triggered_by: ['php']
memory_limit: '-1'
phpunit:
config_file: phpunit.xml
testsuite: Unit tests
phpcsfixer2:
config_contains_finder: true
config: .php-cs-fixer.php
triggered_by: ['php']
phpcsfixer2_test:
config: .php-cs-fixer-tests.php
metadata:
task: phpcsfixer2