summaryrefslogtreecommitdiff
path: root/bin/style
blob: 84c1e00d59c0d9295828f1bffe1e611054b004ba (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

cd "$(dirname "$0")/.."

bundle exec rubocop "$@"