golangci-lint: no need to enable deprecatedComment

This commit is contained in:
Tim Hockin
2025-10-21 12:18:02 -07:00
parent 822ff305ec
commit b1c85ef2fe
2 changed files with 0 additions and 2 deletions

View File

@@ -394,7 +394,6 @@ linters:
enabled-checks:
- equalFold
- boolExprSimplify
- deprecatedComment
revive:
# Only these rules are enabled.
rules:

View File

@@ -241,7 +241,6 @@ linters:
enabled-checks:
- equalFold
- boolExprSimplify
- deprecatedComment
{{- end}}
revive:
# Only these rules are enabled.