-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathgrumphp.yml
48 lines (48 loc) · 1.26 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
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:
config_contains_finder: true
config: .php-cs-fixer.php
phplint:
exclude: [ 'vendor', 'src/Model/Generated' ]
jobs: ~
triggered_by: [ 'php', 'phtml' ]
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