mirror of
https://ghfast.top/https://github.com/bradvin/wp-git-sync.git
synced 2026-05-09 13:46:01 +08:00
25 lines
572 B
Text
25 lines
572 B
Text
includes:
|
|
- vendor/szepeviktor/phpstan-wordpress/extension.neon
|
|
|
|
parameters:
|
|
level: 5
|
|
paths:
|
|
- wp-git-sync.php
|
|
- includes
|
|
- admin
|
|
excludePaths:
|
|
analyse:
|
|
- */vendor/*
|
|
- */node_modules/*
|
|
- */reports/*
|
|
- */admin/js/*
|
|
- */admin/css/*
|
|
dynamicConstantNames:
|
|
- ABSPATH
|
|
- WPGS_VERSION
|
|
- WPGS_PLUGIN_FILE
|
|
- WPGS_PLUGIN_DIR
|
|
treatPhpDocTypesAsCertain: false
|
|
tmpDir: .phpstan-cache
|
|
parallel:
|
|
maximumNumberOfProcesses: 1
|