fix(lint): remove revive linter (only producing doc-comment noise)

This commit is contained in:
2026-02-22 10:13:42 +01:00
parent 3e42f59f96
commit a796443b1c

View File

@@ -20,7 +20,6 @@ linters:
- noctx
- prealloc
- predeclared
- revive
- sqlclosecheck
- unconvert
- unparam
@@ -37,8 +36,6 @@ linters-settings:
- diagnostic
- performance
- style
revive:
rules: []
exhaustive:
default-signifies-exhaustive: true
@@ -49,9 +46,6 @@ issues:
- dupl
- goconst
- errcheck
- linters:
- revive
text: "exported:|package-comments:"
max-issues-per-linter: 0
max-same-issues: 0