Integrate SonarQube C# ruleset to TeamCity for Code Analysis Build Break -
is there know here how integrate sonarqube c# ruleset in teamcity code inspection instead using resharper(inspection.net)?
we don't want go sonar site(localhost:9000) check c# code issue instead want automate in team city build break if there validated rules in c# sonar.
currently used fxcop code inspection ruleset fxcop not complete vs sonar ruleset c#, fxcop contain microsoft ruleset not rulset in rule list (bug,pitfall,cwe,convention etc...)
please help.
regards
well, can launch sonarqube analysis, , web service call @ quality gate status example check not red. if red, free make build fail if you'd like.
however, wouldn't recommend fail build, , take habit of going sonarqube visualize quality of project: indeed make sense times times introduce technical debt, you'll want make sure gets paid back, , technical debt doesn't grow in every single sprint. breaking build when new issues introduced saying borrowing money should banned altogether, bit strong.
Comments
Post a Comment