phpstan: limit concurrency

This commit is contained in:
Andrew Dolgov 2022-06-10 17:41:38 +03:00
parent 65f341fbf4
commit 8632c39eb2
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
parameters:
level: 6
parallel:
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#'