Skip to content

Instantly share code, notes, and snippets.

@jeremylenz
Created March 16, 2021 17:44
Show Gist options
  • Save jeremylenz/32d1616408cc6aff6047ff1024ec5481 to your computer and use it in GitHub Desktop.
Save jeremylenz/32d1616408cc6aff6047ff1024ec5481 to your computer and use it in GitHub Desktop.
Get Rubocop working locally when using sshfs

To get Rubocop working with foreman's config, you have to locally install 3 gems:

gem install rubocop
gem install rubocop-rails
gem install rubocop-performance

Then Atom should be able to lint with rubocop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment