-
Notifications
You must be signed in to change notification settings - Fork 0
/
grumphp.yml
54 lines (54 loc) · 1.44 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
grumphp:
tasks:
phpstan: ~
phpcs:
standard: PSR12
composer:
no_check_lock: true
no_local_repository: true
composer_normalize:
indent_size: 4
indent_style: space
yamllint:
parse_custom_tags: true
phplint: ~
phpparser:
visitors:
no_exit_statements: ~
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
type_scope_conventions:
types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- style
- test
git_blacklist:
keywords:
- 'die('
- ' dd('
- 'dump('
- 'var_dump('
- 'print_r('
- 'exit;'
whitelist_patterns: [ ]
triggered_by: [ 'php' ]
regexp_type: G
ascii:
failed: ~
succeeded: ~