-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgrumphp.yml
55 lines (55 loc) · 1.43 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
parameters:
bin_dir: "./vendor/bin"
git_dir: "."
hooks_dir: ~
hooks_preset: local
stop_on_failure: true
ignore_unstaged_changes: false
process_timeout: 60
ascii:
failed: ~
succeeded: ~
tasks:
composer:
file: ./composer.json
no_check_all: false
no_check_lock: false
no_check_publish: false
with_dependencies: false
strict: false
git_blacklist:
keywords:
- "die("
- "exit;"
- "print_r("
- "print_rr("
- "var_dump("
triggered_by: [php]
jsonlint:
ignore_patterns: []
detect_key_conflicts: true
phpcsfixer2:
allow_risky: false
cache_file: ~
config: ~
rules: []
using_cache: true
path_mode: ~
verbose: true
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
yamllint:
ignore_patterns: []
object_support: false
exception_on_invalid_type: true
extensions: []