Disable gocyclo for migration modules

Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
kolaente 2020-10-13 08:05:55 +02:00
parent 38b5c7fb6c
commit 9252225d7f
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -71,3 +71,6 @@ issues:
- text: "commentFormatting: put a space between `//` and comment text"
linters:
- gocritic
- path: pkg/modules/migration
linters:
- gocyclo