disable the goconst linter

This commit is contained in:
Marten Seemann 2021-10-12 10:49:35 +02:00
parent c5aeee39ad
commit 7ade2a05d6

View file

@ -21,7 +21,6 @@ linters:
- depguard - depguard
- exhaustive - exhaustive
- exportloopref - exportloopref
- goconst
- goimports - goimports
- gofmt # redundant, since gofmt *should* be a no-op after gofumpt - gofmt # redundant, since gofmt *should* be a no-op after gofumpt
- gofumpt - gofumpt
@ -41,9 +40,6 @@ linters:
issues: issues:
exclude-rules: exclude-rules:
- path: qlog/
linters:
- goconst
- path: internal/qtls - path: internal/qtls
linters: linters:
- depguard - depguard