ci: rm allow-unused from nolintlint settings

This was added by commit 84e42877a ("make lint: re-enable revive"),
making nolintlint became almost useless.

Remove the ungodly amount of unused nolint annotations.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-03-27 16:40:31 -07:00
parent bed6ee6bb7
commit 0f975f8526
41 changed files with 88 additions and 115 deletions

View File

@ -58,7 +58,6 @@ linters-settings:
errcheck:
check-blank: false
nolintlint:
allow-unused: true
require-specific: true
revive:
rules: