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.
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.