File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ Lint/NestedPercentLiteral:
109109 - test/test_site.rb
110110Lint/NoReturnInBeginEndBlocks :
111111 Enabled : true
112+ Lint/NumberedParameterAssignment :
113+ Enabled : true
114+ Lint/OrAssignmentToConstant :
115+ Enabled : true
112116Lint/OutOfRangeRegexpRef :
113117 Enabled : true
114118Lint/RaiseException :
@@ -121,12 +125,16 @@ Lint/SelfAssignment:
121125 Enabled : true
122126Lint/StructNewOverride :
123127 Enabled : true
128+ Lint/SymbolConversion :
129+ Enabled : true
124130Lint/ToEnumArguments :
125131 Enabled : false
126132Lint/TopLevelReturnWithArgument :
127133 Enabled : true
128134Lint/TrailingCommaInAttributeDeclaration :
129135 Enabled : true
136+ Lint/TripleQuotes :
137+ Enabled : true
130138Lint/UnexpectedBlockArity :
131139 Enabled : true
132140Lint/UnmodifiedReduceAccumulator :
@@ -321,6 +329,8 @@ Style/HashTransformKeys:
321329 Enabled : false
322330Style/HashTransformValues :
323331 Enabled : true
332+ Style/IfWithBooleanLiteralBranches :
333+ Enabled : true
324334Style/KeywordParametersOrder :
325335 Enabled : true
326336Style/MixinUsage :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ group :test do
2323 gem "nokogiri" , "~> 1.7"
2424 gem "rspec"
2525 gem "rspec-mocks"
26- gem "rubocop" , "~> 1.8 .1"
26+ gem "rubocop" , "~> 1.9 .1"
2727 gem "rubocop-minitest"
2828 gem "rubocop-performance"
2929 gem "rubocop-rake"
You can’t perform that action at this time.
0 commit comments