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
I have previously been using the rebornix.Ruby extension and one difference I'm finding with rubocop.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.