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
When running "rubocop-autocorrect-current-file" on a standalone .rb file, I get the error "You're not into a project". My elisp literacy is not so good, but it seems that the code wants to allow running outside a project, but triggers an exception when no project root can be found:
When running "rubocop-autocorrect-current-file" on a standalone .rb file, I get the error "You're not into a project". My elisp literacy is not so good, but it seems that the code wants to allow running outside a project, but triggers an exception when no project root can be found:
Within a rails project, I have no trouble.
The text was updated successfully, but these errors were encountered: