-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
32 lines (26 loc) · 867 Bytes
/
phpstan.neon
File metadata and controls
32 lines (26 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
parameters:
level: 3
paths:
- templates
- tools/qm-bridge
excludePaths:
- vendor
- node_modules (?)
- tests (?)
- build
- temp
- tools/wp-code-check
- tools/mcp-server/dist
tmpDir: build/phpstan
bootstrapFiles:
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
- vendor/php-stubs/woocommerce-stubs/woocommerce-stubs.php
- vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
scanFiles:
- templates/ai-ddtk-abilities.php
- templates/dev-login-cli.php
- tools/qm-bridge/ai-ddtk-qm-bridge.php
- tools/qm-bridge/ai-ddtk-test-delays.php
ignoreErrors:
- '#Call to static method init\(\) on an unknown class QM_Collectors\.#'
- '#Call to static method get\(\) on an unknown class QM_Collectors\.#'