-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgrumphp.yml
61 lines (61 loc) · 1.66 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
57
58
59
60
61
grumphp:
ascii:
failed: ~
succeeded: ~
tasks:
composer:
no_check_lock: false
no_local_repository: true
composer_normalize:
indent_size: 4
indent_style: space
composer_require_checker:
config_file: composer-require-checker-config.json
ecs:
files_on_pre_commit: true
no-progress-bar: true
git_blacklist:
keywords:
- 'die('
- 'dd('
- 'dump('
- 'var_dump('
- 'print_r('
whitelist_patterns:
- '->dump('
- 'function dump'
- 'add('
triggered_by: [ 'php' ]
regexp_type: G
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
phpstan:
memory_limit: 512M
phpparser:
visitors:
forbidden_function_calls:
blacklist:
- die
- dd
- dump
- var_dump
- print_r
phpunit: ~
parallel:
enabled: true
max_workers: 32