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

Commit

Permalink
use new rubocop homepage and style guide URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Oct 5, 2018
1 parent c131b62 commit 9dac580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bundler/cli/gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def run
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/) " \
"and the Ruby Style Guides (https://github.com/bbatsov/ruby-style-guide).")
"For more information, see the RuboCop docs (http://www.rubocop.org/en/latest/) " \
"and the Ruby Style Guides (https://github.com/rubocop-hq/ruby-style-guide).")
config[:rubocop] = true
Bundler.ui.info "RuboCop enabled in config"
end
Expand Down

0 comments on commit 9dac580

Please sign in to comment.