chore: use composer scripts in grumphp (#965)

Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
feek
2020-06-23 09:05:37 +02:00
committed by GitHub
co-authored by Barry vd. Heuvel
parent 3197aab841
commit 3e02746778
+13 -21
View File
@@ -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