Skip to content

Commit

Permalink
Merge pull request #48 from tsuyoshicho/update/efm-20201201
Browse files Browse the repository at this point in the history
feat: update efm
  • Loading branch information
tsuyoshicho authored Dec 1, 2020
2 parents 10adc56 + b762ee1 commit 813c06f
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 @@ -10,7 +10,7 @@ REDPEN_CONFIG=${INPUT_CONFIG+-c ${INPUT_CONFIG}}

find "${INPUT_BASEDIR}" -type f -name "${INPUT_TARGETS}" -print0 \
| xargs -I {} -0 redpen ${REDPEN_CONFIG} -l 9999 -r plain {} 2>/dev/null \
| reviewdog -efm="%f:%l: Validation%t%*[a-z]%m at line:%.\*" \
| reviewdog -efm="%f:%l: Validation%t%*[a-z][%*[a-zA-Z]], %m at line:%r" \
-name="${INPUT_TOOL_NAME}" \
-reporter="${INPUT_REPORTER:-github-pr-review}" \
-filter-mode="${INPUT_FILTER_MODE}" \
Expand Down

0 comments on commit 813c06f

Please sign in to comment.