mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-29 14:42:59 +00:00
Analyse less code, optimise run.
This commit is contained in:
@@ -10,12 +10,9 @@ parameters:
|
|||||||
- '#is neither abstract nor final#'
|
- '#is neither abstract nor final#'
|
||||||
paths:
|
paths:
|
||||||
- ../app
|
- ../app
|
||||||
- ../config
|
|
||||||
- ../database
|
- ../database
|
||||||
- ../resources
|
|
||||||
- ../routes
|
- ../routes
|
||||||
- ../bootstrap/app.php
|
- ../bootstrap/app.php
|
||||||
|
|
||||||
|
|
||||||
# The level 8 is the highest level. original was 5
|
# The level 8 is the highest level. original was 5
|
||||||
level: 0
|
level: 0
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Install composer packages
|
# Install composer packages
|
||||||
composer install --no-suggest --no-scripts --no-ansi
|
composer install --no-suggest --no-scripts --no-ansi &> /dev/null
|
||||||
|
|
||||||
# Do static code analysis.
|
# Do static code analysis.
|
||||||
./vendor/bin/phpstan analyse -c .ci/phpstan.neon > phpstan.txt
|
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress --errorFormat=raw > phpstan.txt
|
||||||
|
|
||||||
|
exit 0
|
||||||
Reference in New Issue
Block a user