mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
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
|