summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorUtkarsh Gupta <utkarsh@debian.org>2020-06-16 19:07:21 +0530
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit22ee047f7328f05e75634d4c4b177a94642c4032 (patch)
tree40bf9fbdb0d574c41334a6f779f6de100741d76d /lib
parentec98d5615360c33fa2419b22cf2ac7d1834d9c18 (diff)
[rubygems/rubygems] Only add .rubocop.yml when --rubocop flag is passed
Signed-off-by: Utkarsh Gupta <utkarsh@debian.org> https://github.com/rubygems/rubygems/commit/ef2dae4222
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/cli/gem.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/cli/gem.rb b/lib/bundler/cli/gem.rb
index df93fd92a6..5b4e436d99 100644
--- a/lib/bundler/cli/gem.rb
+++ b/lib/bundler/cli/gem.rb
@@ -79,7 +79,6 @@ module Bundler
]
templates.merge!("gitignore.tt" => ".gitignore") if Bundler.git_present?
- templates.merge!("rubocop.yml.tt" => ".rubocop.yml")
if test_framework = ask_and_set_test_framework
config[:test] = test_framework