Skip to content

Instantly share code, notes, and snippets.

@wteuber
Created October 19, 2015 10:51
Show Gist options
  • Select an option

  • Save wteuber/a8716c6d5d737e9d8269 to your computer and use it in GitHub Desktop.

Select an option

Save wteuber/a8716c6d5d737e9d8269 to your computer and use it in GitHub Desktop.
for f in `git ls-files "*.rb"`; do ruby -c $f | grep -v "Syntax OK" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment