Pablissimo / SonarTsPlugin

SonarQube plugin for TypeScript files
MIT License
185 stars 106 forks source link

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

Closed ZoeThivet closed 7 years ago

ZoeThivet commented 7 years ago

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 :)

nixel2007 commented 7 years ago

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

ZoeThivet commented 7 years ago

Alright, thank you.