-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgrumphp.yml
More file actions
35 lines (35 loc) · 844 Bytes
/
grumphp.yml
File metadata and controls
35 lines (35 loc) · 844 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
grumphp:
tasks:
composer:
strict: true
jsonlint:
ignore_patterns:
- vendor
- node_modules
- build
- demo
yamllint:
ignore_patterns:
- vendor
- node_modules
- build
- demo
xmllint:
ignore_patterns:
- vendor
- node_modules
- build
- demo
phpversion:
project: '7.2'
phpcs:
standard: ['.phpcs.xml']
triggered_by: ['php']
phpmd:
ruleset: ['cleancode', 'naming']
phpmnd:
exclude:
- node_modules
- vendor
phpstan:
memory_limit: 1G