Skip to content

Commit

Permalink
fix: add diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza Bashiri committed May 6, 2020
1 parent f6792da commit 4335e3d
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 @@ -12,4 +12,4 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
gem install -N reek $(version $INPUT_REEK_VERSION)

reek --single-line ${INPUT_REEK_FLAGS} \
| reviewdog -f=reek -name="${INPUT_TOOL_NAME}" -reporter="${INPUT_REPORTER}" -level="${INPUT_LEVEL}"
| reviewdog -f=reek -name="${INPUT_TOOL_NAME}" -reporter="${INPUT_REPORTER}" -level="${INPUT_LEVEL}" -diff="git diff develop"

0 comments on commit 4335e3d

Please sign in to comment.