-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgrumphp.yml
56 lines (56 loc) · 1.52 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
grumphp:
ascii:
failed: ~
succeeded: ~
tasks:
phpunit: ~
ecs:
files_on_pre_commit: true
no-progress-bar: true
composer:
no_check_lock: true
no_local_repository: true
composer_normalize:
indent_size: 4
indent_style: space
yamllint:
parse_custom_tags: true
phplint: ~
phpparser:
ignore_patterns:
- tests/bootstrap.php
visitors:
forbidden_function_calls:
blacklist:
- die
- dd
- dump
- var_dump
- print_r
git_commit_message:
allow_empty_message: false
enforce_capitalized_subject: false
max_subject_width: 120
max_body_width: 500
type_scope_conventions:
types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- style
- test
git_blacklist:
keywords:
- 'die('
- ' dd('
- 'dump('
- 'var_dump('
- 'print_r('
whitelist_patterns: []
triggered_by: ['php']
regexp_type: G