Files
barryvdh_laravel-ide-helper/grumphp.yml
T
feekandmr-feek 545298c44d [Chore] Introduce psalm (#962)
* chore: introduce psalm

* chore: remove dead code

* chore: run psalm workflow

* chore: run psalm in grumphp

* normalize composer.json

* chore: analyse --> analyze

* chore: just remove psalm when running tests instead of worrying about dependency mismatch hell

Co-authored-by: mr-feek <[email protected]>
2020-06-22 20:28:59 +02:00

28 lines
691 B
YAML

parameters:
git_dir: .
bin_dir: vendor/bin
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