diff_cop 0.1.0
Rubocop is great. Running rubocop on a large file of old code yields tons of violations that are risky and costly to update. This gem allows you to run rubocop only against the files and lines that you've changed/added that show up in `git diff`.
Gemfile:
=
インストール:
=
バージョン履歴:
- 0.1.0 March 11, 2016 (10.5KB)
Runtime依存関係 (2):
git_diff_parser
>= 0
rubocop
>= 0