continuous integration - Using Sonar Qube to flag "new" issues -


i've installed sonarqube , it's understandably found lot of technical debt want fix. @ moment, want make sure new code checked in evaluated , issues flagged in that.

i know can mark issues won't fix, there way flag issues have arisen after point in time , leave existing technical debt "will fix later"?

i know ideally i'd halt development , fix right now, i've got buy in ci server , of senior colleagues don't see point of unit tests, let alone ensuring code quality.

sonarqube focuses on leak period, i.e. problems introduced recently. handled through project versions, need update string start new leak period , differentiate old code new.

take @ sonarqube on sonarqube.com. highlighted "leak period" section on right brings attention problems new in version.


Comments