mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-25 12:23:48 +00:00
Fixed new files in build/ keeping getting missed
This commit is contained in:
parent
5d0d1aa4c5
commit
c948aa94aa
@ -22,19 +22,18 @@ parameters:
|
|||||||
bootstrapFiles:
|
bootstrapFiles:
|
||||||
- tests/phpstan/bootstrap.php
|
- tests/phpstan/bootstrap.php
|
||||||
scanDirectories:
|
scanDirectories:
|
||||||
|
- build
|
||||||
- tests/plugins/TesterPlugin
|
- tests/plugins/TesterPlugin
|
||||||
scanFiles:
|
scanFiles:
|
||||||
- build/generate-build-info-json.php
|
|
||||||
- build/make-release.php
|
|
||||||
- build/server-phar.php
|
|
||||||
- src/pocketmine/PocketMine.php
|
- src/pocketmine/PocketMine.php
|
||||||
paths:
|
paths:
|
||||||
- build/generate-build-info-json.php
|
- build
|
||||||
- build/make-release.php
|
|
||||||
- build/server-phar.php
|
|
||||||
- src
|
- src
|
||||||
- tests/phpunit
|
- tests/phpunit
|
||||||
- tests/plugins/TesterPlugin
|
- tests/plugins/TesterPlugin
|
||||||
|
excludePaths:
|
||||||
|
analyseAndScan:
|
||||||
|
- build/preprocessor
|
||||||
dynamicConstantNames:
|
dynamicConstantNames:
|
||||||
- pocketmine\DEBUG
|
- pocketmine\DEBUG
|
||||||
- pocketmine\IS_DEVELOPMENT_BUILD
|
- pocketmine\IS_DEVELOPMENT_BUILD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user