forked from acquia/drupal-recommended-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
24 lines (24 loc) · 648 Bytes
/
grumphp.yml
File metadata and controls
24 lines (24 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
parameters:
git_dir: .
grumphp:
ascii:
failed: grumphp-grumpy.txt
succeeded: grumphp-happy.txt
process_timeout: 60
tasks:
git_commit_message:
enforce_no_subject_trailing_period: false
matchers:
'Must begin with a JIRA issue number': '/^ACMS-[0-9]+: /'
max_body_width: 0
max_subject_width: 0
yamllint: ~
composer: ~
composer_normalize: ~
phpcs:
standard: ['phpcs.xml.dist']
ignore_patterns:
- .github
- vendor
triggered_by:
- php