Created
August 2, 2016 09:20
-
-
Save damaon/b020644e6b3a32b03906d0db7dae55b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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