-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
77 lines (77 loc) · 2.11 KB
/
grumphp.yml
File metadata and controls
77 lines (77 loc) · 2.11 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
parameters:
bin_dir: "./vendor/bin"
git_dir: "."
hooks_dir: ~
hooks_preset: local
stop_on_failure: false
ignore_unstaged_changes: false
hide_circumvention_tip: false
process_async_limit: 10
process_async_wait: 1000
process_timeout: 60
ascii:
failed: grumphp-grumpy.txt
succeeded: grumphp-happy.txt
tasks:
phpunit:
config_file: phpunit.xml
testsuite: test
always_execute: true
composer:
file: ./composer.json
no_check_all: false
no_check_lock: false
no_check_publish: false
no_local_repository: false
with_dependencies: false
strict: true
git_blacklist:
keywords:
- "die("
- "var_dump("
- "exit;"
whitelist_patterns: []
triggered_by: ['php']
regexp_type: G
jsonlint:
ignore_patterns: []
detect_key_conflicts: false
phpcpd:
directory: '.'
exclude: ['vendor', 'tests']
names_exclude: []
regexps_exclude: []
fuzzy: false
min_lines: 5
min_tokens: 70
triggered_by: ['php']
phplint:
exclude: []
jobs: ~
triggered_by: ['php']
phpspec:
config_file: ~
format: ~
stop_on_failure: false
verbose: false
phpversion:
project: '>=7.1'
securitychecker:
lockfile: ./composer.lock
format: ~
end_point: ~
timeout: ~
run_always: false
xmllint:
ignore_patterns: []
load_from_net: false
x_include: false
dtd_validation: false
scheme_validation: false
triggered_by: ['xml']
yamllint:
ignore_patterns: []
object_support: false
exception_on_invalid_type: false
parse_constant: false
parse_custom_tags: false