diff --git a/.golangci.yml b/.golangci.yml index 3809a0c81f..8ac8cd0774 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -58,3 +58,4 @@ linters: - structcheck - misspell - revive + - golint diff --git a/Makefile b/Makefile index 840de44dd5..21f7e2dbba 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ fmt: install-tools fmt-sh: install-tools ${SHFMT} -w -d -i 5 . -linter: install-tools +lint: install-tools ${LINTER} run ./... test: