Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Add missing spaces to rubocop information
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Sep 24, 2018
1 parent 4c137a8 commit c131b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/bundler/cli/gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ def run
end

if ask_and_set(:rubocop, "Do you want to add rubocop as a dependency for gems you generate?",
"RuboCop is a static code analyzer that has out-of-the-box rules for many" \
"of the guidelines in the community style guide." \
"For more information, see the RuboCop docs (https://rubocop.readthedocs.io/en/latest/)" \
"RuboCop is a static code analyzer that has out-of-the-box rules for many " \
"of the guidelines in the community style guide. " \
"For more information, see the RuboCop docs (https://rubocop.readthedocs.io/en/latest/) " \
"and the Ruby Style Guides (https://github.com/bbatsov/ruby-style-guide).")
config[:rubocop] = true
Bundler.ui.info "RuboCop enabled in config"
Expand Down

0 comments on commit c131b62

Please sign in to comment.