Skip to content
New issue

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

"Auto correct current file" does nothing #68

Open
ocarreterom opened this issue Sep 1, 2022 · 2 comments
Open

"Auto correct current file" does nothing #68

ocarreterom opened this issue Sep 1, 2022 · 2 comments

Comments

@ocarreterom
Copy link

Please add some general information about your environment:
  • Operating System - macOS 12.4
  • Sublime Text version - 4126
  • Details about your config e.g. do you use rbenv, rvm or your_own_command to run rubocop? rvm
Steps to reproduce:

The command "Check current file" works ok, but "Auto correct current file" does nothing.

# .rubocop.yml
require:
  - rubocop-rails
  - rubocop-rspec
  - standard

inherit_gem:
  standard: config/base.yml

Running rubocop -a in the console works ok.

@dan-corneanu
Copy link

@ocarreterom can you please check out this PR #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.

@ocarreterom
Copy link
Author

ocarreterom commented Aug 24, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants