Dear all,
During a conversation with @MaximeJ, I reviewed the configuration of the Orekit project in SonarQube. One detail in the reference version of the code bothers me:
-
main: new code is evaluated against the previous version -
develop: new code is evaluated against the main branch -
Other branches: new code is evaluated against the main branch
It seems to me that it would make more sense to evaluate the new code in the other branches against the develop branch (except for the release-X.Y branches, which should indeed be evaluated against the main branch or the previous release-X.Y, which must be set manually each time). What do you think?
Best regards