-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgrumphp.yml
More file actions
104 lines (104 loc) · 2.95 KB
/
grumphp.yml
File metadata and controls
104 lines (104 loc) · 2.95 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
parameters:
git_dir: .
bin_dir: vendor/bin
tasks:
phpcs:
standard: PSR2
ignore_patterns: [./test/*, ./data/*]
phpmd:
whitelist_patterns: []
exclude: ['test']
ruleset: ['cleancode', 'codesize', 'controversial', 'design', '/phpmd_custom_naming.xml']
triggered_by: ['php']
phpstan:
autoload_file: ~
configuration: ~
level: 0
force_patterns: []
ignore_patterns: ['test']
triggered_by: ['php']
memory_limit: '-1'
git_blacklist:
keywords:
- "die("
- "var_dump("
- "exit;"
phpcpd:
directory: '.'
exclude: ['vendor', 'test']
names_exclude: []
regexps_exclude: []
fuzzy: false
min_lines: 5
min_tokens: 70
triggered_by: ['php']
composer_normalize:
indent_size: ~
indent_style: ~
no_update_lock: true
verbose: false
file_size:
max_size: 10M
ignore_patterns: []
git_commit_message:
allow_empty_message: false
enforce_capitalized_subject: false
enforce_no_subject_punctuations: false
enforce_no_subject_trailing_period: true
enforce_single_lined_subject: true
type_scope_conventions:
- types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
- scopes:
- frontend
- backend
max_body_width: 72
max_subject_width: 60
case_insensitive: true
multiline: true
additional_modifiers: ''
phpmnd:
directory: .
whitelist_patterns: []
exclude: []
exclude_name: []
exclude_path: ['test']
extensions: []
hint: false
ignore_numbers: []
ignore_strings: []
strings: false
triggered_by: ['php']
phpversion:
project: '7.3'
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
securitychecker:
lockfile: ./composer.lock
format: ~
end_point: ~
timeout: ~
run_always: false
yamllint:
whitelist_patterns: []
ignore_patterns: []
object_support: false
exception_on_invalid_type: false
parse_constant: false
parse_custom_tags: false
jsonlint:
ignore_patterns: [./test/*]
detect_key_conflicts: false