-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
40 lines (35 loc) · 926 Bytes
/
grumphp.yml
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
40
parameters:
bin_dir: ./vendor/bin
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:
keywords:
- die(
- var_dump(
- exit;
phpunit:
config_file: dev/tests/unit/phpunit.xml.dist
testsuite: Magento_Unit_Tests_App_Code
group: []
always_execute: true
# clover_coverage:
# clover_file: dev/tests/unit/tmp/test-reports/phpunit.coverage.xml
# level: 80
phpcs:
standard: ./dev/tests/static/framework/Magento
whitelist_patterns:
- /^app\/code\/(.*)/
tab_width: 4
phpmd:
ruleset:
- ./dev/tests/static/testsuite/Magento/Test/Php/_files/phpmd/ruleset.xml
whitelist_patterns:
- /^app\/code\/(.*)/