forked from bunq/sdk_php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
grumphp.yml
62 lines (62 loc) · 1.58 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
grumphp:
hooks_dir: ~
hooks_preset: local
git_hook_variables:
VAGRANT_HOST_DIR: .
VAGRANT_PROJECT_DIR: /var/www
EXEC_GRUMPHP_COMMAND: exec
stop_on_failure: false
ignore_unstaged_changes: false
hide_circumvention_tip: false
process_timeout: 300
parallel:
enabled: false
fixer:
enabled: true
fix_by_default: false
extensions: [ ]
ascii:
failed: ~
succeeded: ~
tasks:
composer: ~
git_blacklist:
keywords:
- "die("
- "dump("
- "print_r("
- "print_rr("
- "var_dump("
- "exit;"
phpcsfixer2:
allow_risky: false
cache_file: ~
config: .php_cs
rules: [ ]
using_cache: ~
config_contains_finder: false
verbose: true
diff: false
triggered_by: [ 'php' ]
phplint:
exclude: ['vendor']
jobs: ~
triggered_by: ['php', 'phtml']
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
phpversion:
project: '7.3'
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