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.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:
- .