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.
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.
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.