Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed Aug 15, 2022
1 parent f8b3912 commit 3fb5ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/check.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shellcheck:

.PHONY: golangci-lint
golangci-lint: ## Dev: Runs golangci-lint linter
GOGC=50 $(GOLANGCI_LINT_DIR)/golangci-lint run --timeout=10m -v
$(GOLANGCI_LINT_DIR)/golangci-lint run --timeout=10m -v

.PHONY: helm-lint
helm-lint:
Expand Down

0 comments on commit 3fb5ec3

Please sign in to comment.