-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
50 lines (50 loc) · 1.1 KB
/
grumphp.yml
File metadata and controls
50 lines (50 loc) · 1.1 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
grumphp:
testsuites:
github_actions:
tasks:
- composer_require_checker
- phpmd
- phpstan
- phpcsfixer
tasks:
phpcsfixer:
allow_risky: ~
cache_file: ~
config: ~
rules:
line_ending: true
array_syntax:
syntax: short
using_cache: ~
config_contains_finder: false
verbose: true
diff: false
triggered_by: ['php']
phpmd:
whitelist_patterns:
- /^src\/(.*)/
- /^tests\/(.*)/
ruleset:
- ./ruleset.xml
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
order: null
phpstan:
configuration: phpstan.neon.dist
use_grumphp_paths: true
composer_require_checker:
composer_file: 'composer.json'
config_file: ~
ignore_parse_errors: false
triggered_by: [ 'composer.json', 'composer.lock', 'src/*.php' ]
git_branch_name:
whitelist:
- "feature/*"
- "bugfix/*"
- "hotfix/*"
additional_modifiers: ''
allow_detached_head: true
infection: