2

I am running Sonarlint plugin in Visual studio independently of sonarqube. Can I add custom rule to ruleset of sonarlint??

I tried to check if there is edit/add rules in ruleset.

1 Answers1

3

No you can't add custom rules this way. However you can create your own analyzer (see the how to) that will take care of your custom rules.

Amaury Levé
  • 1,459
  • 10
  • 21