Skip to content

Commit

Permalink
Use 'github-check' reporter for reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed Apr 16, 2024
1 parent 323f11f commit 3ff8220
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 @@ -98,7 +98,7 @@ clean: clean-protos clean-migrations-compose
.PHONY: lint install-lint-tools tests go-tests fmt fmt-proto fmt-go install-go-fmt-tools migration-tests

lint:
@reviewdog -fail-on-error $$([ "${CI}" = "true" ] && echo "-reporter=github-pr-review") -diff="git diff origin/main" -filter-mode=added -tee
@reviewdog -fail-on-error $$([ "${CI}" = "true" ] && echo "-reporter=github-check") -diff="git diff origin/main" -filter-mode=added -tee

install-lint-tools:
@go install honnef.co/go/tools/cmd/staticcheck@latest
Expand Down

0 comments on commit 3ff8220

Please sign in to comment.