Disable unused linter (#13661)

This commit is contained in:
Ben Schumacher
2020-01-21 13:06:15 +01:00
committed by GitHub
parent ca140117d8
commit f78ba00017

View File

@@ -25,7 +25,7 @@ linters:
- ineffassign
- structcheck
- unconvert
- unused
# - unused Disable until https://github.com/golangci/golangci-lint/issues/885 is fixed
- varcheck
# TODO: enable this later
# - errcheck