Skip to content

Instantly share code, notes, and snippets.

@dcarral
Last active January 25, 2016 17:14
Show Gist options
  • Save dcarral/b15a9528226f0a34033f to your computer and use it in GitHub Desktop.
Save dcarral/b15a9528226f0a34033f to your computer and use it in GitHub Desktop.
Allows rubocop linting with newer ruby versions in legacy codebases
#!/usr/bin/env bash
rvm 2.1.5 do rubocop "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment