@@ -51,7 +51,7 @@ Lint/AmbiguousOperator:
5151Lint/AssignmentInCondition :
5252 Enabled : True
5353
54- Style /SpaceBeforeComment :
54+ Layout /SpaceBeforeComment :
5555 Enabled : True
5656
5757Style/AndOr :
@@ -119,7 +119,7 @@ Lint/UselessAssignment:
119119Lint/Void :
120120 Enabled : True
121121
122- Style /AccessModifierIndentation :
122+ Layout /AccessModifierIndentation :
123123 Enabled : True
124124
125125Style/AccessorMethodName :
@@ -128,13 +128,13 @@ Style/AccessorMethodName:
128128Style/Alias :
129129 Enabled : True
130130
131- Style /AlignArray :
131+ Layout /AlignArray :
132132 Enabled : True
133133
134- Style /AlignHash :
134+ Layout /AlignHash :
135135 Enabled : True
136136
137- Style /AlignParameters :
137+ Layout /AlignParameters :
138138 Enabled : True
139139
140140Metrics/BlockNesting :
@@ -152,7 +152,7 @@ Style/BracesAroundHashParameters:
152152Style/CaseEquality :
153153 Enabled : True
154154
155- Style /CaseIndentation :
155+ Layout /CaseIndentation :
156156 Enabled : True
157157
158158Style/CharacterLiteral :
@@ -186,64 +186,64 @@ Style/WordArray:
186186Style/UnneededPercentQ :
187187 Enabled : True
188188
189- Style /Tab :
189+ Layout /Tab :
190190 Enabled : True
191191
192- Style /SpaceBeforeSemicolon :
192+ Layout /SpaceBeforeSemicolon :
193193 Enabled : True
194194
195- Style /TrailingBlankLines :
195+ Layout /TrailingBlankLines :
196196 Enabled : True
197197
198- Style /SpaceInsideBlockBraces :
198+ Layout /SpaceInsideBlockBraces :
199199 Enabled : True
200200
201- Style /SpaceInsideBrackets :
201+ Layout /SpaceInsideBrackets :
202202 Enabled : True
203203
204- Style /SpaceInsideHashLiteralBraces :
204+ Layout /SpaceInsideHashLiteralBraces :
205205 Enabled : True
206206
207- Style /SpaceInsideParens :
207+ Layout /SpaceInsideParens :
208208 Enabled : True
209209
210- Style /LeadingCommentSpace :
210+ Layout /LeadingCommentSpace :
211211 Enabled : True
212212
213- Style /SpaceBeforeFirstArg :
213+ Layout /SpaceBeforeFirstArg :
214214 Enabled : True
215215
216- Style /SpaceAfterColon :
216+ Layout /SpaceAfterColon :
217217 Enabled : True
218218
219- Style /SpaceAfterComma :
219+ Layout /SpaceAfterComma :
220220 Enabled : True
221221
222- Style /SpaceAfterMethodName :
222+ Layout /SpaceAfterMethodName :
223223 Enabled : True
224224
225- Style /SpaceAfterNot :
225+ Layout /SpaceAfterNot :
226226 Enabled : True
227227
228- Style /SpaceAfterSemicolon :
228+ Layout /SpaceAfterSemicolon :
229229 Enabled : True
230230
231- Style /SpaceAroundEqualsInParameterDefault :
231+ Layout /SpaceAroundEqualsInParameterDefault :
232232 Enabled : True
233233
234- Style /SpaceAroundOperators :
234+ Layout /SpaceAroundOperators :
235235 Enabled : True
236236
237- Style /SpaceBeforeBlockBraces :
237+ Layout /SpaceBeforeBlockBraces :
238238 Enabled : True
239239
240- Style /SpaceBeforeComma :
240+ Layout /SpaceBeforeComma :
241241 Enabled : True
242242
243243Style/CollectionMethods :
244244 Enabled : True
245245
246- Style /CommentIndentation :
246+ Layout /CommentIndentation :
247247 Enabled : True
248248
249249Style/ColonMethodCall :
@@ -268,7 +268,7 @@ Style/DefWithParentheses:
268268Style/PreferredHashMethods :
269269 Enabled : True
270270
271- Style /DotPosition :
271+ Layout /DotPosition :
272272 EnforcedStyle : trailing
273273
274274Style/DoubleNegation :
@@ -277,25 +277,25 @@ Style/DoubleNegation:
277277Style/EachWithObject :
278278 Enabled : True
279279
280- Style /EmptyLineBetweenDefs :
280+ Layout /EmptyLineBetweenDefs :
281281 Enabled : True
282282
283- Style /IndentArray :
283+ Layout /IndentArray :
284284 Enabled : True
285285
286- Style /IndentHash :
286+ Layout /IndentHash :
287287 Enabled : True
288288
289- Style /IndentationConsistency :
289+ Layout /IndentationConsistency :
290290 Enabled : True
291291
292- Style /IndentationWidth :
292+ Layout /IndentationWidth :
293293 Enabled : True
294294
295- Style /EmptyLines :
295+ Layout /EmptyLines :
296296 Enabled : True
297297
298- Style /EmptyLinesAroundAccessModifier :
298+ Layout /EmptyLinesAroundAccessModifier :
299299 Enabled : True
300300
301301Style/EmptyLiteral :
@@ -314,7 +314,7 @@ Style/MethodDefParentheses:
314314Style/LineEndConcatenation :
315315 Enabled : True
316316
317- Style /TrailingWhitespace :
317+ Layout /TrailingWhitespace :
318318 Enabled : True
319319
320320Style/StringLiterals :
@@ -466,9 +466,6 @@ Metrics/ParameterLists:
466466Lint/RequireParentheses :
467467 Enabled : True
468468
469- Style/SpaceBeforeFirstArg :
470- Enabled : True
471-
472469Style/ModuleFunction :
473470 Enabled : True
474471
@@ -484,7 +481,7 @@ Style/Encoding:
484481Style/BlockDelimiters :
485482 Enabled : True
486483
487- Style /MultilineBlockLayout :
484+ Layout /MultilineBlockLayout :
488485 Enabled : True
489486
490487# 'Complexity' is very relative
@@ -498,7 +495,7 @@ Metrics/PerceivedComplexity:
498495Lint/UselessAssignment :
499496 Enabled : True
500497
501- Style /ClosingParenthesisIndentation :
498+ Layout /ClosingParenthesisIndentation :
502499 Enabled : True
503500
504501# RSpec
@@ -527,7 +524,7 @@ RSpec/NestedGroups:
527524 Enabled : False
528525
529526# this is broken on ruby1.9
530- Style /IndentHeredoc :
527+ Layout /IndentHeredoc :
531528 Enabled : False
532529
533530# disable Yaml safe_load. This is needed to support ruby2.0.0 development envs
0 commit comments