SonarQube: How to configure leak period start every X days -
i'm using sonarqube 5.6.5 , trying configure leak period starting every x (=21) days.
our sprints running 21 days want differential view showing changes since last sprint start. if manually change each sprint start 'leak period' date of sprint start. there more convenient way so?
fixing water leak (paradigm @ core of sonarqube features/ux) making sure software quality not degrade 1 product version another, why default value of leak period since_previous_version.
by definition of sprint, software should releasable @ end of each sprint. if release increment @ each sprint default since_previous_version do.
and if don't release every sprint, since_previous_version still best pick:
- quality since last released version should focus on (if didn't release after previous sprint, shouldn't ignore bugs/vulnerabilities/code_smells potentially introduced then)
- it still ensure quality not degrade in course of 1 sprint (since_previous_version being sort of superset of 'since last sprint')
Comments
Post a Comment