summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 1be6b63ef3..342fe97837 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -5,6 +5,7 @@ linters:
- depguard
- dupl
- errcheck
+ - forbidigo
- gocritic
# - gocyclo # The cyclomatic complexety of a lot of functions is too high, we should refactor those another time.
- gofmt
@@ -105,6 +106,9 @@ issues:
- errcheck
- dupl
- gosec
+ - path: cmd
+ linters:
+ - forbidigo
- linters:
- dupl
text: "webhook"