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: enable:
# - cyclop # - cyclop
# - errorlint # - errorlint
# - varnamelen
# - wrapcheck
- asciicheck - asciicheck
- bidichk - bidichk
- bodyclose - bodyclose
@@ -83,7 +81,6 @@ linters:
- nosprintfhostport - nosprintfhostport
- prealloc - prealloc
- predeclared - predeclared
- predeclared
- promlinter - promlinter
- revive - revive
- rowserrcheck - rowserrcheck