Exclude helper when run phpstan (#5826)

This commit is contained in:
Deeka Wong 2023-06-10 08:49:41 +08:00 committed by GitHub
parent f0145b8177
commit c6a9865839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ parameters:
treatPhpDocTypesAsCertain: true
reportUnmatchedIgnoredErrors: false
excludePaths:
- %currentWorkingDirectory%/src/helper/*
- %currentWorkingDirectory%/src/*/tests/*
- %currentWorkingDirectory%/src/*/publish/*
- %currentWorkingDirectory%/src/*/class_map/*