aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-06-18 23:23:36 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-06-19 20:16:11 +0200
commit71d31d73e7dc3b9cdb3c53b4f343b1928a9e858b (patch)
treee1cd6d01837ef6ef07504ba3893c6f5e55f8740b /.golangci.yaml
parentb95ec7449ebec844221f80ecbf7976f3af878eee (diff)
downloadgo-gg-71d31d73e7dc3b9cdb3c53b4f343b1928a9e858b.tar.gz
add package testcapture, package assert (minimal implementation)
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml3
1 files changed, 3 insertions, 0 deletions
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: