civrot
12/10/2014 - 5:56 PM

hound

#!/usr/bin/env sh

for file in $(git diff --name-only master | grep .rb) ; do
  rubocop $file
done