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:
parent
e87873b07c
commit
b8a964528f
@ -25,6 +25,7 @@ bundled_commands=(
|
|||||||
rainbows
|
rainbows
|
||||||
rake
|
rake
|
||||||
rspec
|
rspec
|
||||||
|
rubocop
|
||||||
shotgun
|
shotgun
|
||||||
sidekiq
|
sidekiq
|
||||||
spec
|
spec
|
||||||
|
Loading…
Reference in New Issue
Block a user