forked from davaxi/Sparkline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
grumphp.yml
89 lines (89 loc) · 2.37 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
parameters:
git_dir: .
bin_dir: vendor/bin
ascii:
failed: ~
succeeded: ~
tasks:
composer:
file: ./composer.json
no_check_all: false
no_check_lock: false
no_check_publish: false
no_local_repository: false
with_dependencies: false
strict: false
jsonlint:
ignore_patterns: []
detect_key_conflicts: false
phpcpd:
directory: '.'
exclude: ['vendor']
names_exclude: []
fuzzy: false
min_lines: 5
min_tokens: 70
triggered_by: ['php']
phpcsfixer2:
allow_risky: true
cache_file: ~
config: .php_cs
rules: []
using_cache: false
config_contains_finder: true
verbose: true
diff: false
triggered_by: ['php']
php_cs_auto_fixerv2:
allow_risky: true
cache_file: ~
config: .php_cs
rules: []
using_cache: true
verbose: true
diff: false
triggered_by: ['php']
metadata:
priority: 1
blocking: false
phpcs:
standard: 'PSR2'
show_warnings: true
tab_width: 4
whitelist_patterns: []
encoding: ~
ignore_patterns: ['\/tests\/']
sniffs: []
triggered_by: ['php']
phplint:
exclude: []
jobs: ~
triggered_by: ['php']
phpmnd:
directory: .
exclude: []
exclude_name: []
exclude_path: []
extensions: []
hint: false
ignore_numbers: []
ignore_strings: []
strings: false
triggered_by: ['php']
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
securitychecker:
lockfile: ./composer.lock
format: ~
end_point: ~
timeout: ~
run_always: false
yamllint:
ignore_patterns: []
object_support: false
exception_on_invalid_type: false
extensions:
- Wearejust\GrumPHPExtra\Extension\Loader