diff --git a/Makefile b/Makefile index 338a6837a..b43440348 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,9 @@ manifests: controller-gen fmt: go fmt ./... +lint: golangci-lint + $(GOLANGCI_LINT) run + # Run go vet against code vet: go vet ./...