forked from staempfli/magento2-module-image-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
29 lines (29 loc) · 741 Bytes
/
grumphp.yml
File metadata and controls
29 lines (29 loc) · 741 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
parameters:
git_dir: .
bin_dir: ../../../../bin
tasks:
phpcsfixer:
config_file: .
config: default
fixers: [-psr0]
level: psr2
verbose: true
composer:
file: ./composer.json
no_check_all: false
no_check_lock: false
no_check_publish: false
with_dependencies: false
strict: false
git_blacklist:
keywords:
- "die("
- "var_dump("
- "exit;"
- "console.log("
phpcs:
standard: "../../magento-ecg/coding-standard/EcgM2/"
show_warnings: true
tab_width: 4
ignore_patterns: [test]
sniffs: []