summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:18:40 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:18:40 +0300
commit10a1dd35e3188674db61cce3a2cc64fd5fa1f596 (patch)
tree27b05853ce1c5562ffb4f028aaf0e7abb9a758bd /phpstan.neon
parent30c04adfa661f935f54d3c384bd565319081eb64 (diff)
* split local cache implementation into a separate class
* allow custom implementations provided by plugins
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 2ca1ca2d3..2ae696b5f 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -1,7 +1,7 @@
parameters:
level: 6
parallel:
- maximumNumberOfProcesses: 2
+ maximumNumberOfProcesses: 4
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Constant.*\b(SUBSTRING_FOR_DATE|SCHEMA_VERSION|SELF_USER_AGENT|LABEL_BASE_INDEX|PLUGIN_FEED_BASE_INDEX)\b.*not found#'
@@ -24,5 +24,6 @@ parameters:
- plugins/**/test/*
- plugins.local/**/test/*
- plugins.local/*/vendor/intervention/*
+ - plugins.local/cache_s3/vendor/*
paths:
- .