fix(lint): remove revive linter (only producing doc-comment noise)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user