Remove rubycritic gem

This commit is contained in:
Artur Beljajev 2017-05-01 15:33:42 +03:00
parent 9b9fb2f8aa
commit 114492814b
3 changed files with 0 additions and 31 deletions

View file

@ -58,9 +58,6 @@ BCODE=0 # tmp
bundle exec brakeman -q
echo "END_OF_SECURITY_RESULTS"
# update code review
bundle exec rubycritic app lib
if [ $RCODE == 0 ] && [ $TCODE == 0 ] &&[ $BCODE == 0 ]; then
exit 0
else