-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
46 lines (45 loc) · 1.01 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
grumphp:
testsuites:
github_actions:
tasks:
- composer_require_checker
- phpcsfixer
- phpmd
- phpstan
tasks:
phpcsfixer:
allow_risky: ~
cache_file: ~
config: .php-cs-fixer.dist.php
using_cache: ~
config_contains_finder: false
verbose: true
diff: false
triggered_by: ['php']
phpmd:
whitelist_patterns:
- /^src\/(.*)/
ruleset:
- ./ruleset.xml
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
order: null
phpstan:
configuration: phpstan.neon
use_grumphp_paths: true
composer_require_checker:
composer_file: 'composer.json'
config_file: ~
ignore_parse_errors: false
triggered_by: [ 'composer.json', 'composer.lock', '*.php' ]
git_branch_name:
whitelist:
- "feature/*"
- "bugfix/*"
- "hotfix/*"
additional_modifiers: ''
allow_detached_head: true
# infection: