You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have a parameter requesting the creation of a sonarqube project per module, rather than an aggregation into a single project ? (and/or a mixed mode ... kinda a MERGED, MIXED, SPLIT flag ?)
Thanks !
The text was updated successfully, but these errors were encountered:
Maybe I've misunderstood, but could this be managed already by creating individual sonarqube targets instead of sq_project targets collected into a single sonarqube?
You'd have to analyse each one individually (bazel run //module1:sq_module1, bazel run //module2:sq_module2, etc., or maybe multirun might help) but they should then end up as separate SQ projects.
Would it be possible to have a parameter requesting the creation of a sonarqube project per module, rather than an aggregation into a single project ? (and/or a mixed mode ... kinda a MERGED, MIXED, SPLIT flag ?)
Thanks !
The text was updated successfully, but these errors were encountered: