Skip to content

Instantly share code, notes, and snippets.

@damaon
Created August 2, 2016 09:20
Show Gist options
  • Save damaon/b020644e6b3a32b03906d0db7dae55b6 to your computer and use it in GitHub Desktop.
Save damaon/b020644e6b3a32b03906d0db7dae55b6 to your computer and use it in GitHub Desktop.
bundle exec rubocop -a || { echo "Fix rubocop errors and try again!" ; exit 1; }
./bin/coffeelint app || { echo "Fix coffeelint errors and try again!" ; exit 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment