mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-01 16:08:28 +00:00
- Added `packages/` directory to `.php-cs-fixer.dist.php` finder paths. - Added `packages/` directory to `phpstan.dist.neon` paths.
29 lines
710 B
Plaintext
29 lines
710 B
Plaintext
parameters:
|
|
level: 5
|
|
paths:
|
|
- src/
|
|
- utils/
|
|
- packages/
|
|
tmpDir: var/cache/phpstan
|
|
reportUnmatchedIgnoredErrors: false
|
|
excludePaths:
|
|
- .php_cs*
|
|
- docs/
|
|
- src/Bundle/*/Tests/*
|
|
- src/Bundle/*/tests/*
|
|
- src/Bundle/*/Test/*
|
|
- src/Bundle/*/config/*
|
|
- src/Bundle/*/migrations/*
|
|
- src/Bundle/*/translations/*
|
|
- src/Bundle/*/Resources/*
|
|
- src/Bundle/*/src/Tests/*
|
|
- src/Bundle/*/src/Test/*
|
|
- src/Bundle/*/src/config/*
|
|
- src/Bundle/*/src/migrations/*
|
|
- src/Bundle/*/src/translations/*
|
|
- src/Bundle/*/src/Resources/*
|
|
|
|
includes:
|
|
- phpstan-baseline.neon
|
|
|