Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sk187
Last active January 14, 2016 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sk187/e3106bcda6bc537a2443 to your computer and use it in GitHub Desktop.
Save sk187/e3106bcda6bc537a2443 to your computer and use it in GitHub Desktop.
config.cson for rubocop rvm
# This is what your probably have
"linter-rubocop":
command: "/Users/sungkim/.rvm/gems/ruby-2.2.3/bin/rubocop"
# This is what you should have
# Notice that the bin was changed to wrapper
"linter-rubocop":
command: "/Users/sungkim/.rvm/gems/ruby-2.2.3/wrappers/rubocop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment