-
Notifications
You must be signed in to change notification settings - Fork 25
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
LOC Seems not to be working for .scala files #7
Comments
This plugin isn't a general scala plugin for sonar - it concentrates very narrowly on wrapping up scala style. It therefore doesn't provide a LOC count. There did use to be an Scala plugin linked to from the sonarqube page that provided these basic metrics, but it looks to now have been deleted from github. I think there needs to be a small plugin that provides very basic features such as this that could be used in conjunction with the scalastyle plugin and @RadoBuransky scoverage plugin. |
I see a similar behaviour. |
Would you consider accepting a patch to add this functionality? |
@jonfreedman Yes we'd consider a patch. Longer term I think we'd probably move the functionality out of this plugin to a small basic scala one as per my earlier comment, but it could start life here. |
LOC metrics seem not to be working. I have a Spray app and it will count the .properties file towards LOC but not the .scala files. The normal "lines" count seems fine though.
The text was updated successfully, but these errors were encountered: