Minor analyseAndScan

This commit is contained in:
Alexandre Alapetite 2025-01-11 14:23:42 +01:00
parent 9f41173f42
commit 0a6bbd4e9f
No known key found for this signature in database
GPG key ID: A24378C38E812B23

View file

@ -12,15 +12,15 @@ parameters:
excludePaths: excludePaths:
analyse: analyse:
- ../FreshRSS - ../FreshRSS
- vendor/
- xExtension-ImageProxy/configure.phtml # TODO pass - xExtension-ImageProxy/configure.phtml # TODO pass
- xExtension-ImageProxy/extension.php # TODO pass - xExtension-ImageProxy/extension.php # TODO pass
analyseAndScan: analyseAndScan:
- .git/ - .git/*?
- node_modules/*? - node_modules/*?
- symbolic/*? - symbolic/*?
- third-party/*? - third-party/*?
- tmp/*? - tmp/*?
- vendor/
dynamicConstantNames: dynamicConstantNames:
- TYPE_GIT - TYPE_GIT
checkBenevolentUnionTypes: true checkBenevolentUnionTypes: true