Skip to content

Commit

Permalink
Report all linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni-vonage committed Sep 14, 2023
1 parent fcb3837 commit 627df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ endif
.PHONY: linter
linter:
@echo -e "\n\n>>> START: Static code analysis <<<\n\n"
$(GOLANGCILINT) run --exclude-use-default=false $(CMDDIR)/... $(SRCDIR)/...
$(GOLANGCILINT) run --exclude-use-default=false --max-issues-per-linter 0 --max-same-issues 0 $(CMDDIR)/... $(SRCDIR)/...
@echo -e "\n\n>>> END: Static code analysis <<<\n\n"

# Download dependencies
Expand Down

0 comments on commit 627df17

Please sign in to comment.