Skip to content

Commit

Permalink
Bring back efm flag
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Zabielski <[email protected]>
  • Loading branch information
Kamil Zabielski committed Jan 2, 2021
1 parent f052121 commit 45333fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

find "${INPUT_PATH:-'.'}" -not -path "${INPUT_EXCLUDE}" -type f -name "${INPUT_PATTERN:-'*'}" -print0 \
| xargs -0 misspell -locale="${INPUT_LOCALE}" -i "${INPUT_IGNORE}" \
| reviewdog -filter-mode="${INPUT_FILTER_MODE:-added}" -name="misspell" -reporter="${INPUT_REPORTER:-github-pr-check}" -level="${INPUT_LEVEL}"
| reviewdog -efm="%f:%l:%c: %m" -filter-mode="${INPUT_FILTER_MODE:-added}" -name="misspell" -reporter="${INPUT_REPORTER:-github-pr-check}" -level="${INPUT_LEVEL}"

0 comments on commit 45333fb

Please sign in to comment.