shut up linter

This commit is contained in:
booleanmaybe 2026-04-14 23:28:26 -04:00
parent ae3634da1b
commit 14d46d4802

View file

@ -20,6 +20,10 @@ linters:
errcheck: errcheck:
check-type-assertions: true check-type-assertions: true
staticcheck:
checks:
- "-SA5011" # t.Fatal stops via runtime.Goexit; nil deref after guard is safe
govet: govet:
enable-all: true enable-all: true
disable: disable: