GELOG / adam-ibs

Ports the IBS/MDS/IBD functionality of Plink to Spark / ADAM
Apache License 2.0
3 stars 6 forks source link

Find a tool that evaluates the quality of the code #47

Open davidonlaptop opened 8 years ago

davidonlaptop commented 8 years ago

Ideally this tool would automatically look at the code, set a quality score, and help us improve the code quality.

It would be nice if this tool could generate a badge in our README.md file as well.

We can find a non-exhaustive list of these tools on http://shields.io/ (for exemple CodeCov, Scrutinizer, etc..)

Obviously the tool needs to understand the language of the repo (Scala, etc.)