Skip to content

Checkstyle Sonar issue with Custom Language #207

Open
@amitbhoraniya

Description

@amitbhoraniya

I have extended checkstyle-checks for Gherkin language(.feature). I am able to scan my files using checkstyle-cli and checkstyle-eclipse plugin. Then I tried to extend it for sonar-checkstyle and able add rules in sonar qube server and can enable/disable it.
But when I scan my project using sonar-scanner then sonar-checkstyle is not able to scan it.

When I debug it further, I found that CheckstyleSensor is only supporting Java Language. CheckstyleProfileExporter is also supporting only Java Language and checkstyle sonar repositories rules only.

So is there any way so that I can scan my custom files with checkstyle-sonar plugin?

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions