JEG2 / highline

A higher level command-line oriented interface.
Other
1.29k stars 137 forks source link

Add pronto - code review gem #195

Closed abinoam closed 8 years ago

abinoam commented 8 years ago

It runs a automated code review against master branch (by default). So, at each PR we can see if it was introduced code style violations (rubocoop), or worsening of the code quality in terms of duplication (flay) or bad patterns (reek).

abinoam commented 8 years ago

cc: @JEG2 ... and merging.

JEG2 commented 8 years ago

Nice!