Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza Bashiri committed May 6, 2020
1 parent 65fb471 commit 1dd38f4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

gem install -N reek $(version $INPUT_REEK_VERSION)

reek
reek --single-line ${INPUT_REEK_FLAGS}
#| reviewdog -f=reek -name="${INPUT_TOOL_NAME}" -reporter="${INPUT_REPORTER}" -level="${INPUT_LEVEL}" -diff="git diff develop"
pwd
ls
echo "hey reek,"
reek --single-line app/**/*.rb

0 comments on commit 1dd38f4

Please sign in to comment.