-
Notifications
You must be signed in to change notification settings - Fork 6
/
grumphp.yml
53 lines (53 loc) · 1.25 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
# grumphp.yml
grumphp:
git_hook_variables:
EXEC_GRUMPHP_COMMAND: ddev php
ascii:
failed: .git-files/port.txt
succeeded: .git-files/ok.txt
parallel:
enabled: true
max_workers: 32
tasks:
git_commit_message:
allow_empty_message: false
enforce_no_subject_trailing_period: true
enforce_no_subject_punctuations: true
max_subject_width: 130
case_insensitive: false
enforce_capitalized_subject: false
phpcpd: ~
phpstan: ~
phpcs:
encoding: utf-8
standard:
- vendor/drupal/coder/coder_sniffer/Drupal
- vendor/drupal/coder/coder_sniffer/DrupalPractice
whitelist_patterns:
- /^backend_drupal\/modules\/custom\/(.*)/
ignore_patterns:
- "#^.ddev/#"
- "#^.github/#"
- "#^.settings/#"
- "#^frontend_react/#"
- "#^images/#"
- "#^mkdocs/#"
- "#^scripts/#"
- "#^vendor/#"
- "#^grumphp.yml#"
severity: ~
error_severity: ~
warning_severity: ~
tab_width: ~
report: full
report_width: ~
sniffs: []
triggered_by:
- php
- module
- inc
- install
- test
- profile
- theme
exclude: []