Enforce Stylecop Rules using SonarQube

Hello. I am using SonarQube version 9.9.1 and am wondering if Sonarqube has any plugins for StyleCop. Basically I would like to see if SonarQube can enforce/analyze code using StyleCop rules as well. It appears there was once a plugin but is now deprecated.

Thank you.

Hi,

Welcome to the community!

As I understand it, StyleCop is a Roslyn analyzer, so if you run it before your end step, its issues will automatically be imported into the analysis.

 
HTH,
Ann

Thank you Ann! I will try that out.