fix: updated linter.

This commit is contained in:
Spencer Brower
2026-06-03 11:25:43 -04:00
parent 426298e348
commit 2c9f80d84b
2 changed files with 35 additions and 2 deletions

View File

@@ -72,6 +72,13 @@ linters:
disable-builtin: false
exclusions:
- "*.TableName"
sloglint:
attr-only: true
context: "scope"
key-naming-case: "camel"
static-msg: true
# no-raw-keys: true
msg-style: "lowercased"
formatters:
enable:
- goimports