Switch to golangci-lint

Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
This commit is contained in:
Maksym Pavlenko
2019-07-14 19:32:37 -07:00
parent f2b6c31d0f
commit 2b521e25a7
4 changed files with 23 additions and 26 deletions

View File

@@ -121,7 +121,7 @@ all: binaries
check: proto-fmt ## run all linters
@echo "$(WHALE) $@"
gometalinter --config .gometalinter.json ./...
golangci-lint run
ci: check binaries checkprotos coverage coverage-integration ## to be used by the CI