-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgrumphp.yml
More file actions
39 lines (39 loc) · 835 Bytes
/
grumphp.yml
File metadata and controls
39 lines (39 loc) · 835 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
36
37
38
39
grumphp:
hide_circumvention_tip: true
process_timeout: 120
tasks:
composer:
file: composer.json
no_check_all: true
no_check_lock: false
no_check_publish: false
with_dependencies: false
strict: false
git_blacklist:
triggered_by: ['php', 'twig', 'js']
regexp_type: P
keywords:
- "die\\("
- "var_dump\\("
- "exit;"
- "console\\.log\\("
- "dump\\("
- "[[:space:]]dd\\("
- "VarDumper::dump\\("
phpcs:
tab_width: 4
ignore_patterns:
- config/bootstrap.php
- public/index.php
- src
phpmd:
ruleset: [phpmd.xml]
exclude:
- config/bootstrap.php
- public/index.php
- src
testsuites:
quality:
tasks:
- phpcs
- phpmd