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