SIGN IN SIGN UP

Change check-lint to use golangci-lint (#3465)

golint is deprecated. The author of the code no longer supports the
codebase. golangci-lint is faster than golint, and is in use by other
opa repositories (e.g. Gatekeeper).

This commit changes tools.go to reference golangci (so it ends up in
vendor) and modifies check-lint to use golangci instead.

Breaking API Changes:

- plugins/rest/rest.go: Fix typo "AllowInsureTLS" -> "AllowInsecureTLS"
- storage/errors.go: Removed unused IndexingNotSupportedErr

Signed-off-by: Will Beason <willbeason@google.com>
W
Will Beason committed
3be1d08b87a8916a0a35e34f9d689a2c7bcdeedf
Parent: 37bb22c
Committed by GitHub <noreply@github.com> on 5/19/2021, 5:52:02 AM