Skip to content

Commit 9478277

Browse files
committed
Remove golint because it's deprecated
golangci/golangci-lint#1892
1 parent ab5298a commit 9478277

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ help: ## Display this help
2525
.PHONY: check
2626
check: ## Run some code quality checks
2727
go vet ./...
28-
golint -set_exit_status ./...
2928
go test -race -short ./...
3029

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

0 commit comments

Comments
 (0)