Merge pull request #3286 from lucas-clemente/disable-goconst

disable the goconst linter
This commit is contained in:
Marten Seemann
2021-10-12 10:08:43 +01:00
committed by GitHub

View File

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