forked from phpro/grumphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml.dist
More file actions
34 lines (34 loc) · 745 Bytes
/
grumphp.yml.dist
File metadata and controls
34 lines (34 loc) · 745 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
parameters:
bin_dir: "./vendor/bin"
git_dir: "."
process_timeout: 120
tasks:
phpcs:
standard: PSR2
ignore_patterns:
- "spec/*Spec.php"
- "test/*.php"
metadata:
priority: 300
phpspec:
format: progress
verbose: true
metadata:
priority: 200
phpunit:
metadata:
priority: 100
composer:
no_check_lock: true
yamllint:
ignore_patterns:
- "#test/(.*).yml#"
phplint: ~
phpparser:
visitors:
no_exit_statements: ~
never_use_else: ~
forbidden_function_calls:
blacklist: [var_dump]
metadata:
priority: 100000