chore(lint): remove some linters

- remove duplicate `predeclared`
- remove commented `varnamelen` and `wrapcheck`
This commit is contained in:
Quentin McGaw
2022-07-17 23:11:35 +00:00
parent 10bd0e1505
commit f5efa42aaf

View File

@@ -35,8 +35,6 @@ linters:
enable:
# - cyclop
# - errorlint
# - varnamelen
# - wrapcheck
- asciicheck
- bidichk
- bodyclose
@@ -83,7 +81,6 @@ linters:
- nosprintfhostport
- prealloc
- predeclared
- predeclared
- promlinter
- revive
- rowserrcheck