Is it possible to create custom rules for C# within SonarQube?
The only method I was able to find was importing an analyzer created with Roslyn, is there a easier way? If not, can you please guide me on how to import it?
Any reason you all dont allow custom Regex rules for C#? We’re correcting patterns in our codebase all the time that could be helped by adding custom Regex rules…