Skip to content

Astyle integration test

Raphael Defosseux requested to merge astyle_integration_test into develop

This is a test on how to astyle and merge to validate the process.

I've integrated 4 pending MRs:

  • First I've astyled in each branch with the CI astyle option files the files that are been modified by the MR
  • Then I merge into the integration using git merge -s recursive -Xtheirs src_branch command

There was no merge conflicts

Merge request reports