Skip to content

Commit

Permalink
fix: disable sorting for excludes and iexcludes
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Jul 2, 2024
1 parent 955771e commit d7425b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/config/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ func validatePlan(plan *v1.Plan, repos map[string]*v1.Repo) error {
}

slices.Sort(plan.Paths)
slices.Sort(plan.Excludes)
slices.Sort(plan.Iexcludes)

return err
}

0 comments on commit d7425b5

Please sign in to comment.