diff --git a/Makefile b/Makefile index dd686be2e..e7e1ac792 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,9 @@ gofmt-verify: ci-lint: golangci-lint run --timeout 7m0s +lint: + golint -set_exit_status ./... + mdlint: find docs/ -path docs/vendor -prune -false -o -name '*.md' | xargs $(MDL) -s docs/mdl-style.rb