Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkstyle Sonar issue with Custom Language #207

Open
amitbhoraniya opened this issue Apr 11, 2019 · 0 comments
Open

Checkstyle Sonar issue with Custom Language #207

amitbhoraniya opened this issue Apr 11, 2019 · 0 comments

Comments

@amitbhoraniya
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant