Skip to content

Commit

Permalink
fix reviewdog path again
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Feb 22, 2024
1 parent 8a91590 commit 12fba57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ lint: ## run lint on changes from main
.PHONY: lint

lint-ci: ## run lint in CI, posting to PRs
./bin/reviewdog -conf .reviewdog.yml -reporter=github-pr-review -tee -level=info
./bin/reviewdog -conf ../.reviewdog.yml -reporter=github-pr-review -tee -level=info
.PHONY: lint-ci

lint-all: ## run linters across all code
./bin/reviewdog -conf .reviewdog.yml -filter-mode nofilter
./bin/reviewdog -conf ../.reviewdog.yml -filter-mode nofilter
.PHONY: lint-all

deps:
Expand Down

0 comments on commit 12fba57

Please sign in to comment.