Skip to content
Fernando Briano edited this page Jun 22, 2017 · 2 revisions

Gotchas

Flycheck can't find rubocop executable

This is probably to do with using a version manager (e.g. rvm or asdf), and the fix might depend on which one you use. See https://github.com/flycheck/flycheck/issues/362 for more info.

Use flycheck-verify-setup to see which version of Ruby Spacemacs is using. Make sure rubocop is installed as a gem on that version.

Clone this wiki locally