From b36fcfd8bb3846f30b149e4ebcde229efcc615a9 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 13 Apr 2026 10:29:13 -0300 Subject: [PATCH] chore(golangci-lint): exclude gosec G306 for file permissions This allows using 0644 file permissions without linter warnings. Assisted-by: Kimi-K2.5 via Crush --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 929b0287..ffe778c6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -42,6 +42,9 @@ linters: - tparallel - usetesting settings: + gosec: + excludes: + - G306 depguard: rules: main: