mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add PHPStan configuration.
This commit is contained in:
parent
07c34d0860
commit
7169b4bfbb
23979
phpstan-baseline.neon
Normal file
23979
phpstan-baseline.neon
Normal file
File diff suppressed because it is too large
Load Diff
17
phpstan.neon
Normal file
17
phpstan.neon
Normal file
@ -0,0 +1,17 @@
|
||||
includes:
|
||||
- phpstan-baseline.neon
|
||||
|
||||
parameters:
|
||||
level: 7
|
||||
paths:
|
||||
- src
|
||||
excludePaths:
|
||||
- src/Bundle/*/config/*
|
||||
- src/Bundle/*/Test/*
|
||||
- src/Bundle/*/Tests/*
|
||||
- src/Bundle/*/migrations/*
|
||||
- src/Bundle/*/translations/*
|
||||
- src/Bundle/*/Resources/*
|
||||
- docs/
|
||||
- tests/
|
||||
|
Loading…
x
Reference in New Issue
Block a user