-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgrumphp.yml
26 lines (26 loc) · 828 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
parameters:
standards_dir: vendor/magento/marketplace-eqp
git_dir: .
bin_dir: vendor/bin
stop_on_failure: false
hide_circumvention_tip: false
process_timeout: 300
tasks:
git_commit_message:
enforce_capitalized_subject: false
enforce_single_lined_subject: false
max_subject_width: 80
max_body_width: 200
matchers:
Must contain JIRA issue number: /(RG|DE)-\d+/
case_insensitive: false
multiline: true
additional_modifiers: ''
phpcs:
standard: %standards_dir%/MEQP2
show_warnings: true
triggered_by: ['php','phtml']
phplint: []
phan: []
phpmd:
ruleset: ['cleancode', 'codesize', 'design', 'unusedcode']