-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
26 lines (26 loc) · 734 Bytes
/
grumphp.yml
File metadata and controls
26 lines (26 loc) · 734 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
parameters:
git_dir: .
bin_dir: vendor/bin
tasks:
composer: ~
git_blacklist: ~
git_commit_message: ~
git_conflict: ~
phpparser:
ignore_patterns: ["SymfonyRequirements.php", "app_dev.php", "web/config.php"]
kind: php7
visitors:
# never_use_else: ~
no_exit_statements: ~
forbidden_function_calls:
blacklist:
- 'var_dump'
- 'echo'
phpcsfixer2:
allow_risky: false
cache_file: ~
config: ~
rules: []
using_cache: true
path_mode: ~
verbose: true