Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Temp: Removing exit 1 to run all linters
Browse files Browse the repository at this point in the history
  • Loading branch information
saji-pivotal committed Sep 20, 2022
1 parent bfb79d6 commit 255b907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ go-lint: tools ## Run linting of go source
@for i in $(GO_MODULES); do \
echo "-- Linting $$i --"; \
pushd $${i}; \
$(GOLANGCI_LINT) run -v --timeout=10m || exit 1; \
$(GOLANGCI_LINT) run -v --timeout=10m; \
popd; \
done

Expand Down

0 comments on commit 255b907

Please # to comment.