Files
firefly-iii/.ci/phpstan.sh

12 lines
220 B
Bash
Raw Normal View History

2020-07-31 17:24:18 +02:00
#!/usr/bin/env bash
2020-07-31 17:44:01 +02:00
FF_DIR=$PWD
2020-07-31 17:24:18 +02:00
2020-07-31 17:33:23 +02:00
# single line install command
composer global require hirak/prestissimo \
--no-plugins --no-scripts
2020-07-31 17:24:18 +02:00
2020-07-31 17:44:01 +02:00
cd $FF_DIR
2020-07-31 17:41:21 +02:00
./vendor/bin/phpstan analyse -c .ci/phpstan.neon