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
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
When autocorrect is being performed, I am receiving Rubocop notices on files in directories which I have specifically ignored in the .rubocop.yml file.
It might be here, due to the way this package runs the autocorrect with a temporary file
When autocorrect is being performed, I am receiving Rubocop notices on files in directories which I have specifically ignored in the .rubocop.yml file.
It might be here, due to the way this package runs the autocorrect with a temporary file
rubocop-auto-correct/lib/rubocop-auto-correct.coffee
Lines 102 to 103 in 23c91f2
and, as the path is different, Rubocop does not understand that this temporary file should be ignored.
I will think more about fixing this and if I get time submit a pull request.
The text was updated successfully, but these errors were encountered: