forked from vhsolani25/laravel-vue-spa-boilerplate-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
executable file
·54 lines (54 loc) · 1.68 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
parameters:
git_dir: .
stop_on_failure: true
bin_dir: ./vendor/bin
hooks_dir: ~
hooks_preset: local
ignore_unstaged_changes: false
hide_circumvention_tip: false
process_async_limit: 10
process_async_wait: 1000
process_timeout: 60
tasks:
#codeception: ~
composer: ~
# composer_script: ~
git_blacklist:
keywords:
- "die("
- "var_dump("
- "exit;"
- "dd("
triggered_by: [php]
git_commit_message:
matchers:
- /BUG-([0-9]*)|FEATURE-([0-9]*)|\W/
case_insensitive: true
multiline: true
additional_modifiers: ''
# git_conflict: ~
jsonlint: ~
# npm_script: ~
#phpcpd: ~
phpcs:
standard: PSR2
whitelist_patterns:
- /^src\/vendor\/(.*)/
- /^src\/tests\/(.*)/
- /^src\/resources\/(.*)/
ignore_patterns: [./vendor/*,./tests/*, ./resources/*, ./database/*, ./bootstrap/*]
#phpcsfixer: ~
#phpcsfixer2:
# config: ~
# allow_risky: true
#phplint: ~
#phpmd:
# exclude: [./vendor/*]
# ruleset: ['./phpmdrulesets/cleancode.xml', './phpmdrulesets/codesize.xml', './phpmdrulesets/controversial.xml', './phpmdrulesets/design.xml', './phpmdrulesets/naming.xml','./phpmdrulesets/unusedcode.xml']
phpparser: ~
#phpspec: ~
#phpunit: ~
#securitychecker: ~
shell: ~
xmllint: ~
yamllint: ~