Skip to content

change: Change order of commit validation routine

We currently validate all commits going from latest -> oldest.

It would be nicer to go oldest -> latest so that, in case of errors:
This would make it more clear which commit "introduced" the problem.

ToDo:

  • Write test
Edited by Mario Oenning

Merge request reports