-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
66 lines (58 loc) · 1.68 KB
/
grumphp.yml
File metadata and controls
66 lines (58 loc) · 1.68 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
grumphp:
process_timeout: 120
git_hook_variables:
EXEC_GRUMPHP_COMMAND: ['docker', 'compose', 'exec', '-T', 'app']
tasks:
git_commit_message:
enforce_capitalized_subject: false
max_subject_width: 72
type_scope_conventions:
- types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
git_blacklist:
keywords:
- "die("
- "var_dump("
- "exit;"
- "exit();"
- "print_r("
- "dd("
whitelist_patterns: []
triggered_by: ['php']
regexp_type: G
yamllint:
ignore_patterns: ["config/services.yaml"]
securitychecker_enlightn:
lockfile: ./composer.lock
phpstan:
level: 9
configuration: phpstan.neon
memory_limit: "-1"
use_grumphp_paths: false
phpcsfixer:
allow_risky: true
config_contains_finder: true
config: .php-cs-fixer.dist.php
verbose: true
diff: true
triggered_by: ["php"]
phpunit:
testsuite: Unit
always_execute: true
behat:
config: behat.yaml.dist
suite: api
rector:
config: rector.php
no_diffs: false
triggered_by: ["php"]