-
Notifications
You must be signed in to change notification settings - Fork 1
/
grumphp.yml
125 lines (117 loc) · 3.55 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
grumphp:
tasks:
phpstan:
configuration: phpstan.neon
level: null
force_patterns: [ ]
ignore_patterns: [ ]
triggered_by: [ 'php' ]
memory_limit: "-1"
use_grumphp_paths: false
git_branch_name:
whitelist:
- "feature/*"
- "bugfix/*"
- "hotfix/*"
- "release/*"
- "support/*"
- "wip/*"
- "test/*"
- "refactor/*"
- "docs/*"
- "chore/*"
- "ci/*"
- "style/*"
- "revert/*"
- "merge/*"
- "perf/*"
- "build/*"
- "rebase/*"
- "dev"
- "main"
additional_modifiers: ''
allow_detached_head: true
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
type_scope_conventions:
types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
scopes:
- api
- index
- user
- language
- browser
- environment
- database
- cache
- config
- security
- performance
- documentation
- testing
- deployment
- infrastructure
- logging
- monitoring
subject_pattern: >-
([a-zA-Zа-яА-Я0-9-_ #@'\/\"]+)
max_body_width: 72
max_subject_width: 60
case_insensitive: true
multiline: true
additional_modifiers: ''
phpcsfixer:
allow_risky: ~
cache_file: ~
config: .php-cs-fixer.dist.php
using_cache: ~
config_contains_finder: true
verbose: true
diff: false
triggered_by: [ 'php' ]
phplint:
exclude: [ ]
jobs: ~
short_open_tag: false
ignore_patterns: [ ]
triggered_by: [ 'php', 'phtml', 'php3', 'php4', 'php5' ]
phpunit:
config_file: ~
testsuite: ~
group: [ ]
exclude_group: [ ]
always_execute: false
order: null
### securitychecker_symfony:
### lockfile: ./composer.lock
### format: ~
### run_always: true
yamllint:
whitelist_patterns: []
ignore_patterns: []
object_support: false
exception_on_invalid_type: false
parse_constant: false
parse_custom_tags: false
twigcs:
path: '.'
severity: 'warning'
display: 'all'
ruleset: 'FriendsOfTwig\Twigcs\Ruleset\Official'
triggered_by: [ 'twig' ]
exclude: [ ]