mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-22 03:53:08 +00:00
chore: use composer scripts in grumphp (#965)
Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
+13
-21
@@ -1,25 +1,17 @@
|
|||||||
grumphp:
|
grumphp:
|
||||||
tasks:
|
tasks:
|
||||||
phpunit:
|
phpunit:
|
||||||
config_file: ~
|
script: test
|
||||||
testsuite: ~
|
|
||||||
group: []
|
|
||||||
always_execute: false
|
|
||||||
phpcs:
|
|
||||||
standard: PSR12
|
|
||||||
warning_severity: ~
|
|
||||||
ignore_patterns:
|
|
||||||
- tests/
|
|
||||||
triggered_by: [php]
|
triggered_by: [php]
|
||||||
whitelist_patterns:
|
metadata:
|
||||||
- /^src\/.*/
|
task: composer_script
|
||||||
- /^config\/.*/
|
phpcs:
|
||||||
psalm:
|
script: check-style
|
||||||
config: psalm.xml
|
triggered_by: [php]
|
||||||
ignore_patterns: []
|
metadata:
|
||||||
no_cache: false
|
task: composer_script
|
||||||
report: null
|
static analysis:
|
||||||
output_format: null
|
script: analyze
|
||||||
threads: null
|
triggered_by: [php]
|
||||||
triggered_by: ['php']
|
metadata:
|
||||||
show_info: false
|
task: composer_script
|
||||||
|
|||||||
Reference in New Issue
Block a user