soundasleep / statgit

Generate Git development statistics
GNU General Public License v3.0
10 stars 1 forks source link

Add Ruby code smell/complexity statistics #17

Open soundasleep opened 9 years ago

soundasleep commented 9 years ago

Look at the https://github.com/whitesmith/rubycritic project, and the child projects, and see if we can get some of the content out in a JSON/etc format for parsing.

soundasleep commented 8 years ago

I've found in statgit2 that using reek for large projects is incredibly slow - anywhere between 6 and 20 minutes to analyse a single commit. Mostly because it's loading and parsing every single Ruby file in a project. So might not be as useful as hoped.