enable revive linter

This commit is contained in:
2026-02-15 16:02:07 +00:00
parent d18834b290
commit f6ea67b88c
3 changed files with 13 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ run:
go: '1.24'
linters:
disable: [errcheck, godot, misspell, revive]
disable: [errcheck, godot, misspell]
enable:
# Default enabled linters
- errcheck # Check for unchecked errors