#!/bin/sh

set -e
echo "RuboCop $(bundle exec rubocop --version)"
bundle exec rubocop -DES $@
