Remove interfacer linter, as it does not work with Go 1.18 and will not be updated (it is deprecated)
This commit is contained in:
parent
31882abf6f
commit
181cb8a2b7
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ linters:
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- interfacer
|
|
||||||
- misspell
|
- misspell
|
||||||
- rowserrcheck
|
- rowserrcheck
|
||||||
- staticcheck
|
- staticcheck
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue