From d6bb77f452c05e84039dde403fdafbf4f1633e6f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Feb 2021 19:37:09 +0300 Subject: [PATCH] exclude a bunch of phpunit test files --- phpstan.neon | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 29ca27d26..1b8eecd14 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,8 +13,14 @@ parameters: - vendor/* - plugins/*/vendor/* - plugins.local/*/vendor/* - excludePaths: - node_modules/* + - vendor/**/tests/* + - vendor/**/test/* + - plugins/**/tests/* + - plugins/**/Test/* + - plugins.local/**/tests/* + - plugins/**/test/* + - plugins.local/**/test/* paths: - - . \ No newline at end of file + - .