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:
Deluan 2022-07-26 16:57:00 -04:00
parent 31882abf6f
commit 181cb8a2b7

View file

@ -14,7 +14,6 @@ linters:
- gosimple - gosimple
- govet - govet
- ineffassign - ineffassign
- interfacer
- misspell - misspell
- rowserrcheck - rowserrcheck
- staticcheck - staticcheck