Sagacify / sonar-scala

Sonarqube plugin for scala analysis
GNU Lesser General Public License v3.0
58 stars 32 forks source link

Add collection of Scala methods and classes #19

Open boyanbonev opened 7 years ago

boyanbonev commented 7 years ago

I needed Sonar to be able to collect Scala classes and method and that's why I extended the code in a way that the author intended. Btw I count both "object" and "class" for classes. I run several test on my local SonarQube and both of the methods worked OK.