[x] In org.sonar.plugins.fsharp.FSharpSonarRulesDefinition there are 16 additional rules which are not activated in FSharpSonarWayProfile. Some of them should IMHO included, eg RulesRedundantNewKeyword Why are These rules not included? Any history behind it? These rules are unchanged for now.
Comment from Jorge: The asnwer is pretty much the same, the rules have not ever been stabilized and i supose after of both sonar and fsharp lint those have just become outdated. My sughestion is we take what fsharp lint provides now and go with it.
[ ] Missing HtmlDesicription of the rules are in sonar-fsharp-plugin\src\main\resources\org\sonar\l10n\fsharp\rules?
Comment from Jorge: Hrmldescriptiosn i have no idea what to put there, i would rather just not have everything
[x] why set priority in org.sonar.plugins.fsharp.FSharpSonarWayProfile.activateRule as it is already set in FSharpSonarRulesDefinition while creating the rules?
Open questions from PR #61
org.sonar.plugins.fsharp.FSharpSonarRulesDefinition
there are 16 additional rules which are not activated inFSharpSonarWayProfile
. Some of them should IMHO included, eg RulesRedundantNewKeyword Why are These rules not included? Any history behind it? These rules are unchanged for now. Comment from Jorge: The asnwer is pretty much the same, the rules have not ever been stabilized and i supose after of both sonar and fsharp lint those have just become outdated. My sughestion is we take what fsharp lint provides now and go with it.