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