Sonarqube 5.4 custom rule for C# -


i'm using sonarqube 5.4 analyse own c# code, analysis works expected. have written custom rules, 1 using stylecop , using fxcop run on code, don't find how import theese custom rule in sonarqube. underline use sonarqube 5.4 c# plugin 5.1. in installations folder "rules" doesn't exists. instead can find:

sonar-fxcop-library-1.3.jar in /opt/sonarqube-5.4/data/web/deploy/plugins/csharp/meta-inf/lib , sonar-stylecop-plugin-1.1 in /opt/sonarqube-5.4/extensions/plugins.

anyone can me import custom rules in sonarqube installation?

fxcop integration: extend template custom fxcop rules in sonarqube ( fxcop:customruletemplate ) specifying checkid of custom fxcop rule. [edit] fxcop rules covered sonar-fxcop plugin.

stylecop integration: deprecated stylecop doesn't rely on roslyn.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -