From 71d31d73e7dc3b9cdb3c53b4f343b1928a9e858b Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 18 Jun 2026 23:23:36 +0200 Subject: add package testcapture, package assert (minimal implementation) --- .golangci.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index 3a37237..12e9cb8 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -70,6 +70,9 @@ linters: gomoddirectives: toolchain-forbidden: true go-version-pattern: 1\.\d+(\.0)?$ + gosec: + excludes: + - G306 # gosec does not understand how umask works nolintlint: require-specific: true staticcheck: -- cgit v1.3.1