summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-26 19:37:09 +0300
committerAndrew Dolgov <[email protected]>2021-02-26 19:37:09 +0300
commitd6bb77f452c05e84039dde403fdafbf4f1633e6f (patch)
tree851a12751e0c0ec2823452dbef512b68ed4a3ae6 /phpstan.neon
parentebf16a36a15e4af2c8dcde8b47d921513ba74b3e (diff)
exclude a bunch of phpunit test files
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon10
1 files 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
+ - .