-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgrumphp.yml
36 lines (36 loc) · 909 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
grumphp:
ascii:
failed: ~
succeeded: ~
tasks:
composer:
no_check_all: true
jsonlint:
detect_key_conflicts: true
phplint:
exclude: ['vendor']
triggered_by: ['php']
phpmd:
ruleset: ['dev/.php_md.xml']
phpstan:
level: ~
configuration: 'dev/phpstan.neon'
use_grumphp_paths: false
yamllint:
parse_custom_tags: true
phpcs:
standard: "dev"
warning_severity: 0
whitelist_patterns:
- "src"
- "tests"
phpcsfixer2:
config: 'dev/.php-cs-fixer.php'
verbose: true
diff: true
triggered_by: [ 'php' ]
phpmnd:
directory: src
twigcs:
path: 'src/'
severity: error