mirror of
https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2025-10-03 16:20:58 +08:00
16 lines
486 B
Text
16 lines
486 B
Text
parameters:
|
||
level: 6
|
||
paths:
|
||
- mu-plugin
|
||
- update-api
|
||
excludePaths:
|
||
- update-api/vendor
|
||
- update-api/vendor/*
|
||
bootstrapFiles:
|
||
- .github/phpstan-bootstrap.php
|
||
- update-api/vendor/autoload.php
|
||
|
||
# Optional: silence WP globals noise you don’t care about
|
||
ignoreErrors:
|
||
- '#Negated boolean expression is always true#'
|
||
- '#Function vontmnt_schedule_unique_single_event\(\) has parameter \$args with no value type specified in iterable type array#'
|