Open ocarreterom opened 2 years ago
@ocarreterom can you please check out this PR https://github.com/pderichs/sublime_rubocop/pull/70 It will display the output from the rubocop command in the console if the command fails. This will give you more information about what is going wrong.
Hi @dan-corneanu , I am currently using LSP for autocorrect. I have tested the PR and it works fine. Maybe I had a wrong configuration or something like that…
You can close the issue if it is solved.
Please add some general information about your environment:
Steps to reproduce:
The command "Check current file" works ok, but "Auto correct current file" does nothing.
Running
rubocop -a
in the console works ok.