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

Does the plugin shows structure for TS projects? #33

Open
bootrider opened this issue Aug 26, 2016 · 2 comments
Open

Does the plugin shows structure for TS projects? #33

bootrider opened this issue Aug 26, 2016 · 2 comments

Comments

@bootrider
Copy link

I have a NETcore project that includes TypeScript modules. I was trying to get the stats from this projects and show them at sonarqube instance. I installed the plugin and execute the runner.

The plugin allows me to see the coverage, and issues in my TS code, but I am no able to see the the information regarding the structure.

@aurelien-baudet
Copy link
Member

Hello,

It depends on the version of Sonar. With Sonar up to 4.5.7, it will show metrics on files.
But since Sonar 5.x, the way to write plugins has totally changed. Sonar has made things more complicated for plugins. We can't anymore provide simple metrics on files (number of lines of code, number of lines of comments...), we have to provide a full language parsing. That's why we currently don't fully support Sonar 5.x.

We will update our plugin to make it work with Sonar 5.x

@bootrider
Copy link
Author

I'm running sonar version 5.3

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

2 participants