diff --git a/Makefile b/Makefile index 34945f630..18a9b4df9 100644 --- a/Makefile +++ b/Makefile @@ -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