phpstan: exclude intervention from plugins/

This commit is contained in:
Andrew Dolgov 2023-08-28 09:23:17 +03:00
parent e2ab00c889
commit 485bfe327a
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 12 additions and 11 deletions

View File

@ -13,21 +13,22 @@ parameters:
- plugins/*/vendor/* - plugins/*/vendor/*
- plugins.local/*/vendor/* - plugins.local/*/vendor/*
excludePaths: excludePaths:
- node_modules/*
- vendor/**/tests/*
- vendor/**/test/*
- vendor/sebastian/*
- lib/dojo-src/*
- lib/**/tests/*
- lib/**/test/* - lib/**/test/*
- plugins/**/tests/* - lib/**/tests/*
- plugins/**/Test/* - lib/dojo-src/*
- plugins/*/vendor/psr/log/* - node_modules/*
- plugins.local/**/tests/*
- plugins/**/test/*
- plugins.local/**/test/* - plugins.local/**/test/*
- plugins.local/**/tests/*
- plugins.local/*/vendor/intervention/* - plugins.local/*/vendor/intervention/*
- plugins.local/*/vendor/psr/log/* - plugins.local/*/vendor/psr/log/*
- plugins.local/cache_s3/vendor/* - 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: paths:
- . - .