From 14d46d480246f701fda0ba6a8fe8415cc5ee6a39 Mon Sep 17 00:00:00 2001 From: booleanmaybe Date: Tue, 14 Apr 2026 23:28:26 -0400 Subject: [PATCH] shut up linter --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 1c478bf..6c32523 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,6 +20,10 @@ linters: errcheck: check-type-assertions: true + staticcheck: + checks: + - "-SA5011" # t.Fatal stops via runtime.Goexit; nil deref after guard is safe + govet: enable-all: true disable: