From e1eebcd4e0d6fd491fb6096432cdc75805558469 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 10 Dec 2021 21:54:09 +0100 Subject: [PATCH] Disable some more linters --- .golangci.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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.