-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathphpstan.neon
More file actions
21 lines (21 loc) · 884 Bytes
/
phpstan.neon
File metadata and controls
21 lines (21 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
level: 6
reportUnmatchedIgnoredErrors: false
paths:
- %currentWorkingDirectory%/index.php
- %currentWorkingDirectory%/classes
bootstrapFiles:
- %currentWorkingDirectory%/tests/php/static-analysis-stubs/symbols.php
- %currentWorkingDirectory%/tests/php/static-analysis-stubs/visualizer-pro.php
- %currentWorkingDirectory%/tests/php/static-analysis-stubs/elementor.php
scanDirectories:
- %currentWorkingDirectory%/vendor/neitanod/forceutf8
- %currentWorkingDirectory%/vendor/openspout/openspout
- %currentWorkingDirectory%/vendor/codeinwp/themeisle-sdk
excludePaths:
- classes/Visualizer/Gutenberg/build (?)
- classes/Visualizer/GutenChartBuilder/build (?)
- classes/Visualizer/GutenD3Renderer/build (?)
includes:
- %currentWorkingDirectory%/vendor/szepeviktor/phpstan-wordpress/extension.neon
- %currentWorkingDirectory%/phpstan-baseline.neon