mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ bundled_commands=(
|
|||
rainbows
|
||||
rake
|
||||
rspec
|
||||
rubocop
|
||||
shotgun
|
||||
sidekiq
|
||||
spec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue