Skip to content

Commit

Permalink
merge with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mfederowicz committed Dec 8, 2024
1 parent 5685fad commit 68e556a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lint/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func (f *File) lint(rules []Rule, config Config, failures chan Failure) error {
continue
}
currentFailures := currentRule.Apply(f, ruleConfig.Arguments)

for idx, failure := range currentFailures {
if failure.IsInternal() {
return errors.New(failure.Failure)
Expand Down

0 comments on commit 68e556a

Please sign in to comment.