From 6cf70074b48f7844f73375beec96ec0a8f2f37dc Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Mon, 13 Oct 2014 11:34:44 +0300 Subject: [PATCH] rubocop shows now exact cop name in output --- bin/robot-audit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/robot-audit b/bin/robot-audit index 70246edd4..ccf318ba4 100755 --- a/bin/robot-audit +++ b/bin/robot-audit @@ -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"