Reputation: 13
I have created a custom plugin for SonarQube that analyzes F# code. This plugin is functioning as desired, and its results can be seen within the SonarQube UI.
I am now attempting to use SonarLint with Visual Studio by binding a solution to the one contained on my SonarQube instance. However, the F# rules are not being used when the code is analyzed via SonarLint in Visual Studio.
Does anyone have advice on getting this custom F# plugin to work with SonarLint in Visual Studio?
Upvotes: 1
Views: 280
Reputation: 22804
Custom plugins are not supported in SonarLint, which is why your F# rules are not being applied.
Upvotes: 0