mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-04-24 18:39:08 -05:00
8f568d41ca
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.
20 lines
415 B
Plaintext
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
|