chill-bundles/phpstan.neon.dist
Pol Dellaiera bf155f6967
Update PHPStan configuration.
Update paths - simplify.
2021-11-09 13:48:15 +01:00

20 lines
473 B
Plaintext

parameters:
level: 1
paths:
- src/
excludePaths:
- src/Bundle/*/Tests/*
- src/Bundle/*/config/*
- src/Bundle/*/migrations/*
- src/Bundle/*/translations/*
- src/Bundle/*/Resources/*
- src/Bundle/*/src/Tests/*
- src/Bundle/*/src/config/*
- src/Bundle/*/src/migrations/*
- src/Bundle/*/src/translations/*
- src/Bundle/*/src/Resources/*
includes:
- phpstan-baseline.neon