AtomLinter / linter-rubocop

Linter plugin for Ruby, using rubocop
MIT License
86 stars 53 forks source link

Project-specific commands #407

Open AlexWayfer opened 4 years ago

AlexWayfer commented 4 years ago

Is your feature request related to a problem? Please describe.

I have a command for this plugin: bundle exec rubocop

But some projects have not rubocop in their bundle. OK, I can add it, and also here is #367 .

And now I've faced with project without rubocop at all, but with standard gem, which internally uses RuboCop.

Describe the solution you'd like

Can we somehow define commands per project? As exceptions.

Describe alternatives you've considered

I didn't find an Atom plugin for standard gem.

Additional context

https://github.com/rubyapi/rubyapi/pull/383#issuecomment-616862657

vzamanillo commented 4 years ago

411