summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-08-28 09:23:17 +0300
committerAndrew Dolgov <[email protected]>2023-08-28 09:23:17 +0300
commit485bfe327a51fc82ecaa793796d5251a888be0b8 (patch)
treeab2e9d61af53e48277f2e41b543a26003bb0bdca
parente2ab00c8892be2965cfd09a9b3f9c8cc0bc07f04 (diff)
phpstan: exclude intervention from plugins/
-rw-r--r--phpstan.neon23
1 files changed, 12 insertions, 11 deletions
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:
- .