summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 355664f..38d53ee 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -80,6 +80,7 @@ linters-settings:
excludes:
- G104 # duplicates errcheck
- G304 # this program opens arbitrary files
+ - G306 # users should set umask if they want that
nolintlint:
require-explanation: true
require-specific: true