This repository was archived by the owner on Apr 22, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathgrumphp.yml
50 lines (50 loc) · 1.38 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
47
48
49
50
parameters:
git_dir: .
bin_dir: vendor/bin
tasks:
phpmd:
exclude:
- tests/
ruleset: ['cleancode', 'codesize', 'controversial', 'naming', 'design', 'unusedcode']
triggered_by: ['php']
phpcs:
standard: PSR2
triggered_by: ['php']
phpcpd:
directory: '.'
exclude: ['vendor', 'tests']
names_exclude: []
fuzzy: false
min_lines: 5
min_tokens: 70
triggered_by: ['php']
phplint:
exclude: []
jobs: ~
triggered_by: ['php']
phpmnd:
directory: .
exclude: []
exclude_path: ['tests']
extensions: []
hint: false
ignore_numbers: []
ignore_strings: []
strings: false
triggered_by: ['php']
phpparser:
ignore_patterns: []
kind: php7
visitors:
no_exit_statements: ~
forbidden_function_calls:
blacklist:
- 'var_dump'
- 'print_r'
triggered_by: [php]
phpstan:
configuration: ~
level: 0
force_patterns: []
ignore_patterns: ['tests']
triggered_by: ['php']