Drop interfacer and goconst from golangci-lint config (#118)

This commit is contained in:
Ben Schumacher 2020-08-24 15:01:50 +02:00 committed by GitHub
parent 5f6ebdfe74
commit dfa4dc13dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,6 @@ run:
modules-download-mode: readonly
linters-settings:
goconst:
min-len: 2
min-occurrences: 2
gofmt:
simplify: true
goimports:
@ -24,7 +21,6 @@ linters:
- bodyclose
- deadcode
- errcheck
- goconst
- gocritic
- gofmt
- goimports
@ -33,7 +29,6 @@ linters:
- gosimple
- govet
- ineffassign
- interfacer
- misspell
- nakedret
- staticcheck
@ -58,5 +53,4 @@ issues:
- path: _test\.go
linters:
- bodyclose
- goconst
- scopelint # https://github.com/kyoh86/scopelint/issues/4