File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,9 @@ Performance/StringReplacement:
137137Security/Open :
138138 Enabled : true
139139
140+ Style/StderrPuts :
141+ Enabled : true
142+
140143Style/AndOr :
141144 Enabled : true
142145 EnforcedStyle : always
Original file line number Diff line number Diff line change @@ -791,9 +791,6 @@ Style/SingleLineMethods:
791791Style/StabbyLambdaParentheses :
792792 Enabled : true
793793
794- Style/StderrPuts :
795- Enabled : true
796-
797794Style/StringLiterals :
798795 Enabled : true
799796 EnforcedStyle : double_quotes
Original file line number Diff line number Diff line change 88require "rubygems"
99
1010if ARGV . include? ( "-h" ) || ARGV . include? ( "--help" )
11- $stderr . puts "rubygems_update [options]"
12- $stderr . puts
13- $stderr . puts "This will install the latest version of RubyGems."
14- $stderr . puts
15- $stderr . puts "\t --version=X.Y\t Update RubyGems from the X.Y version."
11+ warn "rubygems_update [options]"
12+ warn ""
13+ warn "This will install the latest version of RubyGems."
14+ warn ""
15+ warn "\t --version=X.Y\t Update RubyGems from the X.Y version."
1616 exit
1717end
1818
You can’t perform that action at this time.
0 commit comments