diff options
Diffstat (limited to '.golangci.yaml')
| -rw-r--r-- | .golangci.yaml | 3 |
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: |
