forked from mediact/testing-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
54 lines (43 loc) · 1.31 KB
/
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
47
48
49
50
51
52
53
54
imports:
- resource: 'config/default/grumphp.yml'
parameters:
# Default settings for testing suite tasks
composer.strict: true
composer.metadata.priority: 1400
jsonlint.detect_key_conflicts: true
jsonlint.metadata.priority: 1200
xmllint.load_from_net: true
xmllint.x_include: true
xmllint.dtd_validation: true
xmllint.scheme_validation: true
xmllint.triggered_by: [xml]
xmllint.ignore_patterns:
# Uses an incomplete definition, which conflicts when <exclude-pattern>
# is defined.
- /^phpcs.xml$/
- /^phpmd.xml$/
xmllint.metadata.priority: 1200
yamllint.parse_constant: true
yamllint.metadata.priority: 1200
phpcs.standard: ./phpcs.xml
phpcs.triggered_by: [php]
phpcs.metadata.priority: 1000
phpmd.exclude: []
phpmd.ruleset:
- ./phpmd.xml
phpmd.triggered_by: [php]
phpmd.metadata.priority: 800
phpstan.autoload_file: ~
phpstan.configuration: ./phpstan.neon
phpstan.level: 4
phpstan.triggered_by: [php]
phpstan.metadata.priority: 600
phpunit.config_file: ./phpunit.xml
phpunit.metadata.priority: 400
securitychecker.lockfile: ./composer.lock
securitychecker.format: ~
securitychecker.end_point: ~
securitychecker.timeout: ~
securitychecker.run_always: true
securitychecker.metadata.priority: 200
dependency-guard.metadata.priority: 100