From 485bfe327a51fc82ecaa793796d5251a888be0b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Aug 2023 09:23:17 +0300 Subject: phpstan: exclude intervention from plugins/ --- phpstan.neon | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon index 6d73c9d4b..0f490bbfd 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,21 +13,22 @@ parameters: - plugins/*/vendor/* - plugins.local/*/vendor/* excludePaths: - - node_modules/* - - vendor/**/tests/* - - vendor/**/test/* - - vendor/sebastian/* - - lib/dojo-src/* - - lib/**/tests/* - lib/**/test/* - - plugins/**/tests/* - - plugins/**/Test/* - - plugins/*/vendor/psr/log/* - - plugins.local/**/tests/* - - plugins/**/test/* + - lib/**/tests/* + - lib/dojo-src/* + - node_modules/* - plugins.local/**/test/* + - plugins.local/**/tests/* - plugins.local/*/vendor/intervention/* - plugins.local/*/vendor/psr/log/* - plugins.local/cache_s3/vendor/* + - plugins/**/test/* + - plugins/**/Test/* + - plugins/**/tests/* + - plugins/*/vendor/intervention/* + - plugins/*/vendor/psr/log/* + - vendor/**/test/* + - vendor/**/tests/* + - vendor/sebastian/* paths: - . -- cgit v1.2.3