summaryrefslogtreecommitdiff
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-07-30 19:57:29 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-07-30 19:57:54 +0200
commit81e32cec36291685b59102594c714d235726e214 (patch)
tree9d9db69d96dc3cd1dd3ba58d60aefdc84b85e157 /.golangci.yaml
parent7ead3465c7fdf564ae367e1169aeb68ced9267c8 (diff)
downloadgo-gg-81e32cec36291685b59102594c714d235726e214.tar.gz
add package pgruntime
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml1
1 files changed, 1 insertions, 0 deletions
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