-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
91 lines (91 loc) · 2.7 KB
/
grumphp.yml
File metadata and controls
91 lines (91 loc) · 2.7 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# grumphp.yml
grumphp:
hooks_dir: ~
hooks_preset: local
git_hook_variables:
VAGRANT_HOST_DIR: .
VAGRANT_PROJECT_DIR: /var/www
EXEC_GRUMPHP_COMMAND: exec
ENV: {}
stop_on_failure: false
ignore_unstaged_changes: false
hide_circumvention_tip: false
process_timeout: 60
ascii:
failed: grumphp-grumpy.txt
succeeded: grumphp-happy.txt
parallel:
enabled: true
max_workers: 32
fixer:
enabled: true
fix_by_default: false
environment:
files: []
variables: {}
paths: []
tasks:
# composer_require_checker:
# composer_file: 'composer.json'
# config_file: ~
# ignore_parse_errors: false
# triggered_by: ['composer.json', 'composer.lock', '*.php']
# composer_normalize:
# indent_size: ~
# indent_style: ~
# no_update_lock: true
# verbose: false
# composer_script:
# script: ~
# triggered_by: [php, phtml]
# working_directory: ~
# doctrine_orm:
# skip_mapping: false
# skip_sync: false
# triggered_by: ['php', 'xml', 'yml']
file_size:
max_size: 10M
ignore_patterns: []
git_commit_message:
allow_empty_message: false
enforce_capitalized_subject: true
enforce_no_subject_punctuations: false
enforce_no_subject_trailing_period: true
enforce_single_lined_subject: true
type_scope_conventions: []
max_body_width: 72
max_subject_width: 60
matchers:
Must contain JIRA issue number: /([A-z]{2,5})-([0-9]*)/
case_insensitive: true
multiline: true
additional_modifiers: ''
git_blacklist:
keywords:
- "die\\("
- "var_dump\\("
- "exit;"
whitelist_patterns: []
triggered_by: ['php']
regexp_type: G
match_word: false
git_branch_name:
# whitelist:
# - "/([A-z]{2,5})-([0-9]*)/"
# - "/release-([0-9]*)/"
# - "develop"
# - "master"
blacklist:
- "fix"
- "test"
additional_modifiers: ''
allow_detached_head: true
# npm_script:
# script: ~
# triggered_by: [js, jsx, coffee, ts, less, sass, scss]
# working_directory: "./"
# is_run_task: false
# silent: false
psalm: ~
testsuites: []
extensions: []