-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml.dist
More file actions
33 lines (32 loc) · 680 Bytes
/
grumphp.yml.dist
File metadata and controls
33 lines (32 loc) · 680 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
imports:
- { resource: vendor/drupol/php-conventions/config/php71/grumphp.yml }
parameters:
tasks.phpstan.ignore_patterns:
- vendor/
- spec/
- build/
tasks.phpcs.ignore_patterns:
- vendor/
- spec/
- build/
extra_tasks:
phpspec:
verbose: true
metadata:
priority: 3000
infection:
threads: 10
test_framework: phpspec
configuration: infection.json.dist
min_msi: 60
min_covered_msi: 60
metadata:
priority: 2000
securitychecker:
lockfile: ./composer.lock
format: ~
end_point: ~
timeout: ~
run_always: false
metadata:
priority: 10000