economicmodeling / sonar-d-plugin

SonarQube plugin for the D programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonarQube 6.5: The rule 'dscanner:dscanner.vcall_ctor' does not exist

andre2007 opened this issue · comments

I tried the sonar-d-plugin with SonarQube 6.5 (Docker). The only thing missing to get sonar-scanner running without error is the vcall_ctor rule entry:

<rule>
        <key>dscanner.vcall_ctor</key>
                               <name>Constructor calls overridable method</name>
        <description><![CDATA[
                                               Checks that constructor not calls overridable method.
                               ]]></description>
        <severity>MAJOR</severity>
        <cardinality>SINGLE</cardinality>
        <status>BETA</status>
    </rule>

Could you check whether you can add this entry?

Solved with #6.