groupe-sii / sonar-web-frontend-plugin

Sonar plugin to add metrics for web technologies (JS, CSS, HTML, SASS, AngularJS...)
Apache License 2.0
115 stars 26 forks source link

Comment analysis #10

Open aurelien-baudet opened 9 years ago

aurelien-baudet commented 9 years ago

Analyse JS comments on methods to check if it is well written (documentation of params, return, what it does...).

The analysis could check if the method is complex and the code is too short for this method.