Skip to content

Commit

Permalink
fix columnn and error strict
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Dec 15, 2020
1 parent 9597584 commit 8f4fff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
mypy --show-column-numbers ${INPUT_MYPY_FLAGS} "${INPUT_WORKDIR}" \
| reviewdog \
-efm="%f:%l:%c: %t%*[^:]: %m" \
-efm="%f:%l: %t%*[^:]: %m" \
-name="mypy" \
-reporter="${INPUT_REPORTER:-github-pr-check}" \
-filter-mode="${INPUT_FILTER_MODE}" \
Expand Down

0 comments on commit 8f4fff1

Please sign in to comment.