rubocop shows now exact cop name in output

This commit is contained in:
Priit Tamboom 2014-10-13 11:34:44 +03:00
parent cc667efcb1
commit 6cf70074b4

View file

@ -22,7 +22,7 @@ git log origin/master -n 10 --pretty=oneline | sed -r '/^.{40} Merge branch/d' |
echo "END_OF_GIT_LAST_COMMITS"
echo "RUBOCOP_RESULTS"
bundle exec rubocop
bundle exec rubocop -D
RCODE=$?
echo "END_OF_RUBOCOP_RESULTS"