summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.golangci.yaml17
1 files changed, 16 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index 97800aab..8f9b2cbf 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -188,7 +188,22 @@ linters:
- exhaustivestruct
- forbidigo
- wrapcheck
-
+ - varnamelen
+ - ireturn
+ - errorlint
+ - tparallel
+ - wrapcheck
+ - paralleltest
+ - makezero
+ - thelper
+ - cyclop
+ - revive
+ - importas
+ - gomoddirectives
+ - promlinter
+ - tagliatelle
+ - errname
+ - typecheck
# rules to deal with reported isues
issues:
# List of regexps of issue texts to exclude, empty list by default.