Skip to content

Commit

Permalink
chore(operator): added config verify to make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoBraveCoding committed Feb 19, 2025
1 parent fb8b646 commit c40e977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ scorecard: generate go-generate bundle-all ## Run scorecard tests for all bundle

.PHONY: lint
lint: $(GOLANGCI_LINT) | generate ## Run golangci-lint on source code.
$(GOLANGCI_LINT) config verify
$(GOLANGCI_LINT) run --timeout=5m ./...

.PHONY: lint-fix
Expand Down

0 comments on commit c40e977

Please sign in to comment.