Skip to content

Commit

Permalink
Remove golint because it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
caboteria committed Feb 8, 2022
1 parent ab5298a commit 9478277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ help: ## Display this help
.PHONY: check
check: ## Run some code quality checks
go vet ./...
golint -set_exit_status ./...
go test -race -short ./...

run: ## Run the service using "go run" (KUBECONFIG needs to be set)
Expand Down

0 comments on commit 9478277

Please sign in to comment.