-
Notifications
You must be signed in to change notification settings - Fork 1
/
grumphp.dist.yml
82 lines (82 loc) · 1.81 KB
/
grumphp.dist.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
grumphp:
tasks:
composer: ~
composer_normalize: ~
phpparser:
ignore_patterns: []
kind: php7
visitors:
forbidden_function_calls:
blacklist:
- 'var_dump'
- 'dpm'
- 'dvm'
triggered_by:
- 'php'
- 'module'
- 'inc'
- 'install'
- 'test'
- 'profile'
- 'theme'
phpcs:
standard: ~
whitelist_patterns:
- /^web(.*)/
ignore_patterns:
- cfg/
- libraries/
triggered_by:
- 'php'
- 'module'
- 'inc'
- 'install'
- 'test'
- 'profile'
- 'theme'
git_commit_message:
allow_empty_message: false
enforce_capitalized_subject: true
enforce_no_subject_punctuations: false
enforce_no_subject_trailing_period: false
enforce_single_lined_subject: true
max_body_width: 72
max_subject_width: 60
matchers:
- /^([A-Z]+-[\d]+ )+\| [A-Za-z\d\s\.]+([^.])+\.{1}$/s
case_insensitive: false
multiline: true
additional_modifiers: ''
type_scope_conventions: []
git_branch_name:
whitelist:
- /([a-z]+-[A-Z]+-[\d]+)(-[a-zA-Z\d]+)*$/s
additional_modifiers: ''
allow_detached_head: true
phplint:
exclude: []
jobs: ~
triggered_by:
- 'php'
- 'module'
- 'inc'
- 'install'
- 'test'
- 'profile'
- 'theme'
yamllint:
whitelist_patterns: []
ignore_patterns: []
object_support: false
exception_on_invalid_type: false
parse_constant: false
parse_custom_tags: false
phpstan:
triggered_by:
- 'php'
- 'module'
- 'inc'
- 'install'
- 'test'
- 'profile'
- 'theme'