-
Notifications
You must be signed in to change notification settings - Fork 35
/
grumphp.yml
46 lines (46 loc) · 956 Bytes
/
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
parameters:
git_dir: .
bin_dir: vendor/bin
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
twigcs:
path: 'modules'
ruleset: 'FriendsOfTwig\Twigcs\Ruleset\Official'
phplint: ~
yamllint: ~
composer: ~
composer_normalize: ~
jsonlint: ~
phpcpd:
directory: ['./src']
phpcs:
standard: ['phpcs.xml.dist']
ignore_patterns:
- .github
- .gitlab
- bower_components
- node_modules
- vendor
triggered_by:
- php
- module
- inc
- install
- test
- profile
- theme
- info
- txt
- md
- yml
- css