summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-03-28 07:59:46 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-03-28 07:59:46 +0300
commit8986a3e7ee4118b7fae9d93c09c870e72de0e49d (patch)
treeae2be56826c4c993d2c468b2e8f4edeca0f8555d /phpstan.neon
parent49766ab01f24d1be5743c353b9a6d4d09f55f5b8 (diff)
add limited highlighting of filter test results based on matched rules
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 74daee0ce..5bd18c58d 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -32,6 +32,7 @@ parameters:
- plugins.local/**/tests/*
- plugins.local/*/vendor/intervention/*
- plugins.local/*/vendor/psr/log/*
+ - plugins.local/af_readability/*
- plugins.local/cache_s3/vendor/*
- plugins/**/test/*
- plugins/**/Test/*