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 committed by Joe Stump
parent 90bc1981d8
commit 516f924168
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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