From b8a964528f13033b9089031ea3d1f6aaa309764d Mon Sep 17 00:00:00 2001 From: Mike Lococo Date: Tue, 7 Oct 2014 13:42:12 -0500 Subject: [PATCH] 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. --- plugins/bundler/bundler.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index 56667d10..131ffc45 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -25,6 +25,7 @@ bundled_commands=( rainbows rake rspec + rubocop shotgun sidekiq spec