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
And the problem is, even though .overcommit.yml file is the only modified file in that branch, running overcommit --run is giving me rubocop errors (and makes overcommit rubocop step fail) for every single rubocop violation on my branch/repo. It's like problem_on_unmodified_line: warn line is being ignored and full rubocop check is being triggered for my repo. I would expect it to indeed list these violations but in an "unmodified lines" section of the output and not make entire step fail but maybe I misunderstand something?
I'm on overcommit 0.64.0 / rubocop 1.57.2
The text was updated successfully, but these errors were encountered:
Hey! I'm trying to enable overcommit with rubocop for my repository and here is my config:
And the problem is, even though
.overcommit.yml
file is the only modified file in that branch, runningovercommit --run
is giving me rubocop errors (and makes overcommit rubocop step fail) for every single rubocop violation on my branch/repo. It's likeproblem_on_unmodified_line: warn
line is being ignored and full rubocop check is being triggered for my repo. I would expect it to indeed list these violations but in an "unmodified lines" section of the output and not make entire step fail but maybe I misunderstand something?I'm on overcommit 0.64.0 / rubocop 1.57.2
The text was updated successfully, but these errors were encountered: