#!/usr/bin/env bash

set -e
echo "Rubocop $(bundle exec rubocop --version)"
bundle exec rubocop -D
