Files
firefly-iii/phpstan.neon
Hosh Sadiq 8f568d41ca Add initial continuous integration
Currently it will run phpunit, check coding standards and run
phpstan. This can and should be build upon, so that eventually builds
are automated and hopefully reproducable.
2020-07-27 19:47:22 +01:00

20 lines
415 B
Plaintext

includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/ergebnis/phpstan-rules/rules.neon
- ./vendor/phpstan/phpstan-deprecation-rules/rules.neon
- ./vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
parameters:
paths:
- app
- config
- database
- resources
- routes
- tests
- bootstrap/app.php
# The level 8 is the highest level
level: 5