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:
@@ -5,13 +5,6 @@ parameters:
|
||||
- admin
|
||||
- wp-plugin-starter-template.php
|
||||
excludePaths:
|
||||
analyse:
|
||||
- vendor
|
||||
- node_modules
|
||||
- tests
|
||||
- bin
|
||||
- build
|
||||
- dist
|
||||
analyseAndScan:
|
||||
- vendor
|
||||
- node_modules
|
||||
|
||||
Reference in New Issue
Block a user