summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-11 22:06:49 +0300
committerAndrew Dolgov <[email protected]>2022-12-11 22:06:49 +0300
commit72e64bdb780f62ffb593df32fd83334ae588a837 (patch)
tree1a37bed9b4cf425814e6f8f1cf5cc5bd10598608 /phpstan.neon
parentfa9c614ff144153ca1f4c0744fe0bc7d8f3a82ad (diff)
phpstan: exclude tests in lib/
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 2ae696b5f..d945e0c9a 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -18,6 +18,8 @@ parameters:
- vendor/**/test/*
- vendor/sebastian/*
- lib/dojo-src/*
+ - lib/**/tests/*
+ - lib/**/test/*
- plugins/**/tests/*
- plugins/**/Test/*
- plugins.local/**/tests/*