You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
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 withstandard
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
rubyapi/rubyapi#383 (comment)
The text was updated successfully, but these errors were encountered: