Skip to content

Commit

Permalink
fix makefile lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zufardhiyaulhaq committed Apr 4, 2024
1 parent 5339a11 commit 9b88625
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,11 @@ catalog-push: ## Push a catalog image.

.PHONY: lint
lint:
go get github.com/golangci/golangci-lint/cmd/golangci-lint
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
golangci-lint run --verbose --timeout 300s

.PHONY: readme
readme:
GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs
helm-docs -c ./charts/frp-operator -d > README.md
helm-docs -c ./charts/frp-operator

Expand Down

0 comments on commit 9b88625

Please sign in to comment.