-
Notifications
You must be signed in to change notification settings - Fork 13
/
grumphp.yml
executable file
·48 lines (48 loc) · 1.05 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
grumphp:
extensions:
- YieldStudio\GrumPHPLaravelPint\ExtensionLoader
ascii:
failed: null
succeeded: null
process_timeout: 600
parallel:
enabled: false
max_workers: 32
fixer:
enabled: true
fix_by_default: true
testsuites:
style:
tasks:
- composer
- laravel_pint
tasks:
composer:
metadata: { priority: 700 }
git_blacklist:
keywords: [die(, var_dump(, exit;]
metadata: { priority: 500 }
# phplint:
# exclude: ['vendor']
# jobs: 10
# short_open_tag: false
# ignore_patterns: []
# triggered_by: ['php']
phpunit:
metadata: { priority: 100 }
laravel_pint:
metadata: { priority: 500 }
config: pint.json
preset: laravel
auto_fix: false
triggered_by:
- php
# psalm:
# config: psalm.xml
# ignore_patterns: ['*.blade.php']
# no_cache: true
# output_format: console
# threads: 1
# triggered_by: ['php']
# show_info: false
# metadata: { priority: 400 }