Skip to content

Commit

Permalink
Merge pull request #8 from okdas/add-troubleshooting-info
Browse files Browse the repository at this point in the history
change pattern
  • Loading branch information
okdas committed Oct 12, 2023
2 parents a2a015f + f218548 commit 9ea64da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

ag --vimgrep "${INPUT_PATTERN}" --ignore "${INPUT_IGNORE}" .

ag --vimgrep "${INPUT_PATTERN}" --ignore "${INPUT_IGNORE}" . \
| reviewdog -efm="%f:%l:%c: %m" \
| reviewdog -efm="%f:%l:%c:%m" \
-name="linter-name (fail-on-found)" \
-reporter="${INPUT_REPORTER:-github-pr-check}" \
-filter-mode="${INPUT_FILTER_MODE}" \
Expand Down

0 comments on commit 9ea64da

Please sign in to comment.