-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Show linting violations even if suppressed via .rubocop_todo.yml #7
Comments
By checking |
Having autocorrect on does not fix any issues (even safe ones) when saving. |
Hm, Can you show the version of RuboCop you're using? |
Extension Version:
RuboCop version installed:
|
As a work around, I'm using the technique outlined here: rubocop/rubocop#10294 (comment) |
I have previously been using the
rebornix.Ruby
extension and one difference I'm finding withrubocop.vscode-rubocop
is I'm not finding a way to see linting errors in the editor as if our.rubocop_todo.yml
didn't exist. Is there a way to show violations and autofix on save even if they are suppressed via .rubocop_todo.yml? This helps with gradual migration of a legacy code base. Thank you.The text was updated successfully, but these errors were encountered: