Add static analysis in the test command
Offen
enhancement
- Vorherrschende Sprache
- PHP
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Description
Static analysis helps catching bugs earlier.
## Proposal
- Using phpstan/phpstan in the make test command: `php vendor/bin/phpunit && php vendor/bin/phpstan analyse sources`
- Use the level 8 for a maximum of consistency
- Use a `phpstan.neon` configuration file
## Worarkound solutions
None.
## Notes
None.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.