Disable gocyclo for migration modules
Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
parent
38b5c7fb6c
commit
9252225d7f
1 changed files with 3 additions and 0 deletions
|
@ -71,3 +71,6 @@ issues:
|
||||||
- text: "commentFormatting: put a space between `//` and comment text"
|
- text: "commentFormatting: put a space between `//` and comment text"
|
||||||
linters:
|
linters:
|
||||||
- gocritic
|
- gocritic
|
||||||
|
- path: pkg/modules/migration
|
||||||
|
linters:
|
||||||
|
- gocyclo
|
||||||
|
|
Loading…
Reference in a new issue