Drop interfacer and goconst from golangci-lint config (#118)
This commit is contained in:
parent
5f6ebdfe74
commit
dfa4dc13dd
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue