mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
26 lines
649 B
YAML
26 lines
649 B
YAML
grumphp:
|
|
tasks:
|
|
phpunit:
|
|
config_file: ~
|
|
testsuite: ~
|
|
group: []
|
|
always_execute: false
|
|
phpcs:
|
|
standard: PSR2
|
|
warning_severity: ~
|
|
ignore_patterns:
|
|
- tests/
|
|
triggered_by: [php]
|
|
whitelist_patterns:
|
|
- /^src\/.*/
|
|
- /^config\/.*/
|
|
psalm:
|
|
config: psalm.xml
|
|
ignore_patterns: []
|
|
no_cache: false
|
|
report: null
|
|
output_format: null
|
|
threads: null
|
|
triggered_by: ['php']
|
|
show_info: false
|