ZP123
ZP123

Reputation: 13

SonarLint with custom SonarQube F# plugin

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

Answers (1)

G. Ann - SonarSource Team
G. Ann - SonarSource Team

Reputation: 22804

Custom plugins are not supported in SonarLint, which is why your F# rules are not being applied.

Upvotes: 0

Related Questions