From 9252225d7f011d68feafecbc2d6199210ba51580 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 13 Oct 2020 08:05:55 +0200 Subject: [PATCH] Disable gocyclo for migration modules Signed-off-by: kolaente --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 636f47c796..107e22019b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -71,3 +71,6 @@ issues: - text: "commentFormatting: put a space between `//` and comment text" linters: - gocritic + - path: pkg/modules/migration + linters: + - gocyclo