-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgrumphp.yml
More file actions
44 lines (40 loc) · 933 Bytes
/
grumphp.yml
File metadata and controls
44 lines (40 loc) · 933 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
grumphp:
process_timeout: 360
extensions:
- Emico\CodeQuality\GrumPHP\Extension
parallel:
enabled: false
tasks:
phpstan:
triggered_by:
- php
level: 7
configuration: phpstan.neon
phpmd:
triggered_by:
- php
ruleset:
- "ruleset.xml"
phpcs:
triggered_by:
- php
xmllint:
triggered_by: [ 'xml', 'xsd' ]
scheme_validation: true
x_include: true
dtd_validation: true
load_from_net: true
phplint:
short_open_tag: true
composer:
no_check_publish: true
with_dependencies: false
strict: false
git_commit_message:
allow_empty_message: false
enforce_capitalized_subject: false
enforce_no_subject_punctuations: false
enforce_no_subject_trailing_period: false
enforce_single_lined_subject: true
max_body_width: 100
max_subject_width: 100