#!/usr/bin/env bash
set -e

echo "rubocoppin'..."
bundle exec rubocop -A
echo "erb_lint-in'?"
bundle exec erb_lint app/views/ -a
