exclude a bunch of phpunit test files
This commit is contained in:
parent
ebf16a36a1
commit
d6bb77f452
10
phpstan.neon
10
phpstan.neon
|
@ -13,8 +13,14 @@ parameters:
|
||||||
- vendor/*
|
- vendor/*
|
||||||
- plugins/*/vendor/*
|
- plugins/*/vendor/*
|
||||||
- plugins.local/*/vendor/*
|
- plugins.local/*/vendor/*
|
||||||
|
|
||||||
excludePaths:
|
excludePaths:
|
||||||
- node_modules/*
|
- node_modules/*
|
||||||
|
- vendor/**/tests/*
|
||||||
|
- vendor/**/test/*
|
||||||
|
- plugins/**/tests/*
|
||||||
|
- plugins/**/Test/*
|
||||||
|
- plugins.local/**/tests/*
|
||||||
|
- plugins/**/test/*
|
||||||
|
- plugins.local/**/test/*
|
||||||
paths:
|
paths:
|
||||||
- .
|
- .
|
||||||
|
|
Loading…
Reference in New Issue