-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgrumphp.yml
46 lines (46 loc) · 1.14 KB
/
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
41
42
43
44
45
46
parameters:
git_dir: .
bin_dir: vendor/bin
ascii:
failed: ~
succeeded: ~
hide_circumvention_tip: true
tasks:
composer: ~
phpcs:
standard: 'doctrine'
tab_width: ~
whitelist_patterns:
- /^src/
- /^tests/
encoding: ~
ignore_patterns:
- /^vendor/
sniffs: []
triggered_by: [php]
phplint: ~
phpmnd:
directory: ./src
whitelist_patterns: []
exclude: []
exclude_name: []
exclude_path: []
extensions:
- all
hint: false
ignore_numbers: []
ignore_strings: []
strings: false
triggered_by: [php]
phpparser:
ignore_patterns: []
kind: php7
visitors:
declare_strict_types: ~
never_use_else: ~
triggered_by: [php]
phpunit:
config_file: ./phpunit.xml
testsuite: ~
group: []
always_execute: true