forked from bunq/sdk_php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
75 lines (75 loc) · 1.98 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
parameters:
bin_dir: "./vendor/bin"
git_dir: "."
hide_circumvention_tip: false
hooks_dir: ~
hooks_preset: local
ignore_unstaged_changes: false
process_async_limit: 10
process_async_wait: 1000
process_timeout: 120
stop_on_failure: true
ascii:
failed: ~
succeeded: ~
tasks:
composer:
file: ./composer.json
no_check_all: false
no_check_lock: false
no_check_publish: false
with_dependencies: false
strict: true
git_blacklist:
keywords:
- "die("
- "dump("
- "exit;"
- "print_r("
- "print_rr("
- "var_dump("
triggered_by: ['php']
phpcpd:
directory: '.'
exclude: ['vendor', 'src/Model/Generated']
names_exclude: []
fuzzy: false
min_lines: 5
min_tokens: 70
triggered_by: ['php']
phpcsfixer2:
allow_risky: false
cache_file: ~
config: ~
rules: []
using_cache: true
path_mode: ~
verbose: true
phplint:
exclude: ['vendor']
jobs: ~
triggered_by: ['php', 'phtml']
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
phpversion:
project: '5.6'
securitychecker:
lockfile: ./composer.lock
format: ~
end_point: ~
timeout: ~
run_always: true
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: true