add issue report limits

This commit is contained in:
onyx-and-iris 2026-02-15 10:45:57 +00:00
parent 2a9b88b7f8
commit 31c98745d3

View File

@ -137,5 +137,8 @@ formatters:
- vendor
issues:
max-same-issues: 0
max-issues-per-linter: 0
# Limit the number of same issues reported to avoid spam
max-same-issues: 50
# Limit the number of issues per linter to keep output manageable
max-issues-per-linter: 100