fix: remove redundant excludePaths.analyse block in phpstan.neon (#52)

Addresses CodeRabbit review feedback from PR #13. The excludePaths
section had both 'analyse' and 'analyseAndScan' with identical paths,
which is redundant. Since analyseAndScan is the superset (excludes from
both analysis and file scanning), the 'analyse' block is unnecessary.

Closes #44
This commit is contained in:
2026-03-16 22:44:38 +00:00
committed by GitHub
parent 02a635f72c
commit 0e906eb981

View File

@@ -5,13 +5,6 @@ parameters:
- admin - admin
- wp-plugin-starter-template.php - wp-plugin-starter-template.php
excludePaths: excludePaths:
analyse:
- vendor
- node_modules
- tests
- bin
- build
- dist
analyseAndScan: analyseAndScan:
- vendor - vendor
- node_modules - node_modules