main
1#!/bin/sh
2
3set -e
4
5cd "$(dirname "$0")/.."
6
7bundle exec rubocop "$@"