evoadmin-web/phpstan.neon
Mathieu Trossevin 293ea73b6b
All checks were successful
Tests / PHPStan (static analysis) <sub>Send us [feedback](https://github.com/jenkinsci/junit-plugin/issues)
gitea/evoadmin-web/pipeline/head This commit looks good
Initialise CI with PHPStan level 0
2023-11-13 14:51:16 +01:00

14 lines
181 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: 0
paths:
- htdocs
- lib
- evolibs
- inc
- tpl
- conf
- bin