From 81e32cec36291685b59102594c714d235726e214 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 30 Jul 2026 19:57:29 +0200 Subject: add package pgruntime --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index 9767b3a..9d3fb3d 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -71,6 +71,7 @@ linters: go-version-pattern: 1\.\d+(\.0)?$ gosec: excludes: + - G204 # gosec likes to scream about the fact that we are passing paths derived from $PWD into command invocations - G306 # gosec does not understand how umask works nolintlint: require-specific: true -- cgit v1.3.1