Add rubocop to the list of bundled_commands

Tailor is already in the list for ruby style and syntax checking, but
rubocop has far surpassed it in popularity and is a better default.
On github, rubocop currently has 10x-20x the contributors, forks, and
stars.
This commit is contained in:
Mike Lococo 2014-10-07 13:42:12 -05:00
parent e87873b07c
commit b8a964528f

View File

@ -25,6 +25,7 @@ bundled_commands=(
rainbows rainbows
rake rake
rspec rspec
rubocop
shotgun shotgun
sidekiq sidekiq
spec spec