metricfu / metric_fu

A fist full of code metrics
http://metricfu.github.com/metric_fu
MIT License
624 stars 96 forks source link

Add reek line numbers to output #253

Closed ggallen closed 9 years ago

ggallen commented 9 years ago

I've made changes to add the reek line numbers to the metric_fu output. These changes are localized to reek/generator.vb.

MGotink commented 9 years ago

I like the change, but could you rebase it to clean up the commit history and can you make the tests pass?

ggallen commented 9 years ago

Sure. I'll get it done.

ggallen commented 9 years ago

I am not a ruby expert. Can you give me a quick primer on how to run the tests locally right in my metric_fu source tree?

MGotink commented 9 years ago

bundle exec rspec See also here

ggallen commented 9 years ago

I'm going to pull this and create a new pull request.