phpstan: exclude intervention from plugins/
This commit is contained in:
parent
e2ab00c889
commit
485bfe327a
23
phpstan.neon
23
phpstan.neon
|
@ -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:
|
||||||
- .
|
- .
|
||||||
|
|
Loading…
Reference in New Issue