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
When using baseline files, it would be great to be able to record the count of violations per file rather than the line number of each violation in the baseline. Or to record both the original line number and the counts and use the counts in the mechanism to check against baseline.
Current Behavior
Currently the baseline files specify the violations with a line number. This means that if an unrelated change is made to the file, all the baselines must be re-generated, and that creates a lot of unwanted friction.