We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rubocop-check-...
rubcop-autocorrect-...
The first argument passed to compilation-start ends up being somthing like:
compilation-start
bundle exec rubocop --format emacs /a/path/with spaces/something.rb
One solution would be to write quotation marks around the path:
bundle exec rubocop --format emacs "/a/path/with spaces/something.rb"
I am not sure about where to fix it, but probably involves wrapping some expresion inside shell-quote-argument.
shell-quote-argument
Maybe here?
The text was updated successfully, but these errors were encountered:
Probably related to #32
Sorry, something went wrong.
No branches or pull requests
The first argument passed to
compilation-start
ends up being somthing like:One solution would be to write quotation marks around the path:
I am not sure about where to fix it, but probably involves wrapping some expresion inside
shell-quote-argument
.Maybe here?
The text was updated successfully, but these errors were encountered: