Pablissimo/SonarTsPlugin

Does the tslint.json override the SonarQube TsLint quality profile?

ZoeThivet opened this issue · 2 comments

Simple question, I guess the answer is yes but I want to be 100% sure.

Rule disabled in quality profile + enabled in tslint.json = enabled in analysis?
Rule enabled in quality profile + disabled in tslint.json = disabled in analysis?

Thank you :)

No, if rule is disabled at QP it won't be enabled or counted.

Alright, thank you.