-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgrumphp.yml
35 lines (35 loc) · 916 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
grumphp:
ascii:
failed: ~
succeeded: ~
tasks:
composer:
no_check_all: true
jsonlint:
detect_key_conflicts: true
phplint:
exclude: ['vendor', 'tests/Application/*']
triggered_by: ['php']
phpmd:
ruleset: ['ruleset/.php_md.xml']
phpstan:
level: ~
configuration: 'ruleset/phpstan.neon'
use_grumphp_paths: false
yamllint:
parse_custom_tags: true
ecs:
config: 'ruleset/ecs.php'
no-progress-bar: true
phpmnd:
directory: src
twigcs:
path: 'src/'
severity: error
phpcs:
standard: "ruleset"
warning_severity: 0
whitelist_patterns:
- 'src'
exclude:
- 'PSR12.Files.FileHeader'