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