From 68dbcf76a644ce3ac54159c654dac39e7ccadc2a Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Sun, 8 Mar 2026 14:58:36 +0000 Subject: [PATCH] Fix lint false positives Signed-off-by: Mark S. Lewis --- .golangci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 9d16eb1..7090f85 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,11 @@ linters: generated: strict presets: - common-false-positives + rules: + - path: "_test.go$" + text: "^G703:" + linters: + - gosec formatters: enable: - gofmt