summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index a4f959e18a..95ad5f308a 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -101,3 +101,9 @@ issues:
- path: cmd/dump.go
linters:
- dupl
+ - text: "commentFormatting: put a space between `//` and comment text"
+ linters:
+ - gocritic
+ - text: "exitAfterDefer:"
+ linters:
+ - gocritic