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
Currently this gem does not allow to disable auto-correct for a single linter in its configuration. This could be useful to check offenses in code but let developpers fix them by hand. Recently added linter for strict locals is a good example: its auto-correct add <%# locals: () %>\n at the beginning of a view partial but doing so break it as no locale variables will be allowed to be passed on a render call.