build: disable goconst linter for now

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-09-22 11:09:26 +02:00
parent cfb848b1bb
commit c0c5216ace
No known key found for this signature in database
GPG key ID: 31AB0439F4C5C90E

View file

@ -20,7 +20,6 @@ linters:
- exhaustive - exhaustive
- exportloopref - exportloopref
- gci - gci
- goconst
- gofmt - gofmt
- gofumpt - gofumpt
- goimports - goimports
@ -62,6 +61,7 @@ linters:
# - gochecknoglobals # - gochecknoglobals
# - gochecknoinits # - gochecknoinits
# - gocognit # - gocognit
# - goconst
# - gocritic # - gocritic
# - gocyclo # - gocyclo
# - godot # - godot