rubykatzen-baseline 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1416 @@
1
+ Bundler/DuplicatedGem:
2
+ Enabled: true
3
+ Include:
4
+ - '**/*.gemfile'
5
+ - '**/Gemfile'
6
+ - '**/gems.rb'
7
+ Bundler/DuplicatedGroup:
8
+ Enabled: false
9
+ Bundler/GemComment:
10
+ Enabled: false
11
+ Bundler/GemFilename:
12
+ Enabled: false
13
+ Bundler/GemVersion:
14
+ Enabled: false
15
+ Bundler/InsecureProtocolSource:
16
+ Enabled: true
17
+ Include:
18
+ - '**/*.gemfile'
19
+ - '**/Gemfile'
20
+ - '**/gems.rb'
21
+ Bundler/OrderedGems:
22
+ Enabled: false
23
+ Gemspec/AddRuntimeDependency:
24
+ Enabled: false
25
+ Gemspec/AttributeAssignment:
26
+ Enabled: false
27
+ Gemspec/DependencyVersion:
28
+ Enabled: false
29
+ Gemspec/DeprecatedAttributeAssignment:
30
+ Enabled: true
31
+ Gemspec/DevelopmentDependencies:
32
+ Enabled: false
33
+ Gemspec/DuplicatedAssignment:
34
+ Enabled: true
35
+ Include:
36
+ - '**/*.gemspec'
37
+ Gemspec/OrderedDependencies:
38
+ Enabled: false
39
+ Gemspec/RequireMFA:
40
+ Enabled: false
41
+ Gemspec/RequiredRubyVersion:
42
+ Enabled: false
43
+ Gemspec/RubyVersionGlobalsUsage:
44
+ Enabled: false
45
+ Layout/AccessModifierIndentation:
46
+ Enabled: true
47
+ EnforcedStyle: indent
48
+ IndentationWidth: ~
49
+ Layout/ArgumentAlignment:
50
+ Enabled: true
51
+ EnforcedStyle: with_fixed_indentation
52
+ Layout/ArrayAlignment:
53
+ Enabled: true
54
+ EnforcedStyle: with_fixed_indentation
55
+ Layout/AssignmentIndentation:
56
+ Enabled: true
57
+ IndentationWidth: ~
58
+ Layout/BeginEndAlignment:
59
+ Enabled: true
60
+ EnforcedStyleAlignWith: start_of_line
61
+ Severity: warning
62
+ Layout/BlockAlignment:
63
+ Enabled: true
64
+ EnforcedStyleAlignWith: either
65
+ Layout/BlockEndNewline:
66
+ Enabled: true
67
+ Layout/CaseIndentation:
68
+ Enabled: true
69
+ EnforcedStyle: end
70
+ Layout/ClassStructure:
71
+ Enabled: false
72
+ Layout/ClosingHeredocIndentation:
73
+ Enabled: true
74
+ Layout/ClosingParenthesisIndentation:
75
+ Enabled: true
76
+ Layout/CommentIndentation:
77
+ Enabled: true
78
+ Layout/ConditionPosition:
79
+ Enabled: true
80
+ Layout/DefEndAlignment:
81
+ Enabled: true
82
+ EnforcedStyleAlignWith: start_of_line
83
+ Severity: warning
84
+ Layout/DotPosition:
85
+ Enabled: true
86
+ EnforcedStyle: leading
87
+ Layout/ElseAlignment:
88
+ Enabled: true
89
+ Layout/EmptyComment:
90
+ Enabled: true
91
+ AllowBorderComment: true
92
+ AllowMarginComment: true
93
+ Layout/EmptyLineAfterGuardClause:
94
+ Enabled: false
95
+ Layout/EmptyLineAfterMagicComment:
96
+ Enabled: true
97
+ Layout/EmptyLineAfterMultilineCondition:
98
+ Enabled: false
99
+ Layout/EmptyLineBetweenDefs:
100
+ Enabled: true
101
+ AllowAdjacentOneLineDefs: true
102
+ NumberOfEmptyLines: 1
103
+ Layout/EmptyLines:
104
+ Enabled: true
105
+ Layout/EmptyLinesAfterModuleInclusion:
106
+ Enabled: true
107
+ Layout/EmptyLinesAroundAccessModifier:
108
+ Enabled: true
109
+ Layout/EmptyLinesAroundArguments:
110
+ Enabled: true
111
+ Layout/EmptyLinesAroundAttributeAccessor:
112
+ Enabled: false
113
+ Layout/EmptyLinesAroundBeginBody:
114
+ Enabled: true
115
+ Layout/EmptyLinesAroundBlockBody:
116
+ Enabled: true
117
+ EnforcedStyle: no_empty_lines
118
+ Layout/EmptyLinesAroundClassBody:
119
+ Enabled: true
120
+ EnforcedStyle: no_empty_lines
121
+ Layout/EmptyLinesAroundExceptionHandlingKeywords:
122
+ Enabled: true
123
+ Layout/EmptyLinesAroundMethodBody:
124
+ Enabled: true
125
+ Layout/EmptyLinesAroundModuleBody:
126
+ Enabled: true
127
+ EnforcedStyle: no_empty_lines
128
+ Layout/EndAlignment:
129
+ Enabled: true
130
+ EnforcedStyleAlignWith: variable
131
+ Severity: warning
132
+ Layout/EndOfLine:
133
+ Enabled: true
134
+ EnforcedStyle: native
135
+ Layout/ExtraSpacing:
136
+ Enabled: true
137
+ AllowForAlignment: false
138
+ AllowBeforeTrailingComments: true
139
+ ForceEqualSignAlignment: false
140
+ Layout/FirstArgumentIndentation:
141
+ Enabled: true
142
+ EnforcedStyle: consistent
143
+ IndentationWidth: ~
144
+ Layout/FirstArrayElementIndentation:
145
+ Enabled: true
146
+ EnforcedStyle: consistent
147
+ IndentationWidth: ~
148
+ Layout/FirstArrayElementLineBreak:
149
+ Enabled: false
150
+ Layout/FirstHashElementIndentation:
151
+ Enabled: true
152
+ EnforcedStyle: consistent
153
+ IndentationWidth: ~
154
+ Layout/FirstHashElementLineBreak:
155
+ Enabled: false
156
+ Layout/FirstMethodArgumentLineBreak:
157
+ Enabled: false
158
+ Layout/FirstMethodParameterLineBreak:
159
+ Enabled: false
160
+ Layout/FirstParameterIndentation:
161
+ Enabled: false
162
+ Layout/HashAlignment:
163
+ Enabled: true
164
+ EnforcedHashRocketStyle: key
165
+ EnforcedColonStyle: key
166
+ EnforcedLastArgumentHashStyle: always_inspect
167
+ Layout/HeredocArgumentClosingParenthesis:
168
+ Enabled: false
169
+ Layout/HeredocIndentation:
170
+ Enabled: true
171
+ Layout/IndentationConsistency:
172
+ Enabled: true
173
+ EnforcedStyle: normal
174
+ Layout/IndentationStyle:
175
+ Enabled: true
176
+ IndentationWidth: ~
177
+ Layout/IndentationWidth:
178
+ Enabled: true
179
+ Width: 2
180
+ AllowedPatterns: []
181
+ Layout/InitialIndentation:
182
+ Enabled: true
183
+ Layout/LeadingCommentSpace:
184
+ Enabled: true
185
+ AllowRBSInlineAnnotation: true
186
+ Layout/LeadingEmptyLines:
187
+ Enabled: true
188
+ Layout/LineContinuationLeadingSpace:
189
+ Enabled: false
190
+ Layout/LineContinuationSpacing:
191
+ Enabled: true
192
+ Layout/LineEndStringConcatenationIndentation:
193
+ Enabled: false
194
+ Layout/LineLength:
195
+ Enabled: false
196
+ Layout/MultilineArrayBraceLayout:
197
+ Enabled: true
198
+ EnforcedStyle: symmetrical
199
+ Layout/MultilineArrayLineBreaks:
200
+ Enabled: false
201
+ Layout/MultilineAssignmentLayout:
202
+ Enabled: false
203
+ Layout/MultilineBlockLayout:
204
+ Enabled: true
205
+ Layout/MultilineHashBraceLayout:
206
+ Enabled: true
207
+ EnforcedStyle: symmetrical
208
+ Layout/MultilineHashKeyLineBreaks:
209
+ Enabled: false
210
+ Layout/MultilineMethodArgumentLineBreaks:
211
+ Enabled: false
212
+ Layout/MultilineMethodCallBraceLayout:
213
+ Enabled: true
214
+ EnforcedStyle: symmetrical
215
+ Layout/MultilineMethodCallIndentation:
216
+ Enabled: true
217
+ EnforcedStyle: indented
218
+ IndentationWidth: ~
219
+ Layout/MultilineMethodDefinitionBraceLayout:
220
+ Enabled: true
221
+ EnforcedStyle: symmetrical
222
+ Layout/MultilineMethodParameterLineBreaks:
223
+ Enabled: false
224
+ Layout/MultilineOperationIndentation:
225
+ Enabled: true
226
+ EnforcedStyle: indented
227
+ IndentationWidth: ~
228
+ Layout/ParameterAlignment:
229
+ Enabled: true
230
+ EnforcedStyle: with_fixed_indentation
231
+ IndentationWidth: ~
232
+ Layout/RedundantLineBreak:
233
+ Enabled: false
234
+ Layout/RescueEnsureAlignment:
235
+ Enabled: true
236
+ Layout/SingleLineBlockChain:
237
+ Enabled: false
238
+ Layout/SpaceAfterColon:
239
+ Enabled: true
240
+ Layout/SpaceAfterComma:
241
+ Enabled: true
242
+ Layout/SpaceAfterMethodName:
243
+ Enabled: true
244
+ Layout/SpaceAfterNot:
245
+ Enabled: true
246
+ Layout/SpaceAfterSemicolon:
247
+ Enabled: true
248
+ Layout/SpaceAroundBlockParameters:
249
+ Enabled: true
250
+ EnforcedStyleInsidePipes: no_space
251
+ Layout/SpaceAroundEqualsInParameterDefault:
252
+ Enabled: true
253
+ EnforcedStyle: space
254
+ Layout/SpaceAroundKeyword:
255
+ Enabled: true
256
+ Layout/SpaceAroundMethodCallOperator:
257
+ Enabled: true
258
+ Layout/SpaceAroundOperators:
259
+ Enabled: true
260
+ AllowForAlignment: true
261
+ Layout/SpaceBeforeBlockBraces:
262
+ Enabled: true
263
+ EnforcedStyle: space
264
+ EnforcedStyleForEmptyBraces: space
265
+ Layout/SpaceBeforeBrackets:
266
+ Enabled: false
267
+ Layout/SpaceBeforeComma:
268
+ Enabled: true
269
+ Layout/SpaceBeforeComment:
270
+ Enabled: true
271
+ Layout/SpaceBeforeFirstArg:
272
+ Enabled: true
273
+ AllowForAlignment: true
274
+ Layout/SpaceBeforeSemicolon:
275
+ Enabled: true
276
+ Layout/SpaceInLambdaLiteral:
277
+ Enabled: true
278
+ EnforcedStyle: require_no_space
279
+ Layout/SpaceInsideArrayLiteralBrackets:
280
+ Enabled: true
281
+ EnforcedStyle: no_space
282
+ EnforcedStyleForEmptyBrackets: no_space
283
+ Layout/SpaceInsideArrayPercentLiteral:
284
+ Enabled: true
285
+ Layout/SpaceInsideBlockBraces:
286
+ Enabled: true
287
+ EnforcedStyle: space
288
+ EnforcedStyleForEmptyBraces: no_space
289
+ SpaceBeforeBlockParameters: true
290
+ Layout/SpaceInsideHashLiteralBraces:
291
+ Enabled: true
292
+ EnforcedStyle: no_space
293
+ EnforcedStyleForEmptyBraces: no_space
294
+ Layout/SpaceInsideParens:
295
+ Enabled: true
296
+ EnforcedStyle: no_space
297
+ Layout/SpaceInsidePercentLiteralDelimiters:
298
+ Enabled: true
299
+ Layout/SpaceInsideRangeLiteral:
300
+ Enabled: true
301
+ Layout/SpaceInsideReferenceBrackets:
302
+ Enabled: true
303
+ EnforcedStyle: no_space
304
+ EnforcedStyleForEmptyBrackets: no_space
305
+ Layout/SpaceInsideStringInterpolation:
306
+ Enabled: true
307
+ EnforcedStyle: no_space
308
+ Layout/TrailingEmptyLines:
309
+ Enabled: true
310
+ EnforcedStyle: final_newline
311
+ Layout/TrailingWhitespace:
312
+ Enabled: true
313
+ AllowInHeredoc: true
314
+ Lint/AmbiguousAssignment:
315
+ Enabled: true
316
+ Lint/AmbiguousBlockAssociation:
317
+ Enabled: false
318
+ Lint/AmbiguousOperator:
319
+ Enabled: true
320
+ Lint/AmbiguousOperatorPrecedence:
321
+ Enabled: false
322
+ Lint/AmbiguousRange:
323
+ Enabled: false
324
+ Lint/AmbiguousRegexpLiteral:
325
+ Enabled: true
326
+ Lint/ArrayLiteralInRegexp:
327
+ Enabled: true
328
+ AutoCorrect: false
329
+ Lint/AssignmentInCondition:
330
+ Enabled: true
331
+ AllowSafeAssignment: true
332
+ # Intentionally disable autocorrect to force us to intentionally decide
333
+ # whether assignment is intended as opposed to comparison
334
+ AutoCorrect: false
335
+ Lint/BigDecimalNew:
336
+ Enabled: true
337
+ Lint/BinaryOperatorWithIdenticalOperands:
338
+ Enabled: true
339
+ Lint/BooleanSymbol:
340
+ Enabled: true
341
+ Lint/CircularArgumentReference:
342
+ Enabled: true
343
+ Lint/ConstantDefinitionInBlock:
344
+ Enabled: true
345
+ Lint/ConstantOverwrittenInRescue:
346
+ Enabled: true
347
+ Lint/ConstantReassignment:
348
+ Enabled: true
349
+ Lint/ConstantResolution:
350
+ Enabled: false
351
+ Lint/CopDirectiveSyntax:
352
+ Enabled: true
353
+ Lint/DataDefineOverride:
354
+ Enabled: false
355
+ Lint/Debugger:
356
+ Enabled: true
357
+ Lint/DeprecatedClassMethods:
358
+ Enabled: true
359
+ Lint/DeprecatedConstants:
360
+ Enabled: true
361
+ Lint/DeprecatedOpenSSLConstant:
362
+ Enabled: true
363
+ Lint/DisjunctiveAssignmentInConstructor:
364
+ Enabled: false
365
+ Lint/DuplicateBranch:
366
+ Enabled: false
367
+ Lint/DuplicateCaseCondition:
368
+ Enabled: true
369
+ Lint/DuplicateElsifCondition:
370
+ Enabled: true
371
+ Lint/DuplicateHashKey:
372
+ Enabled: true
373
+ Lint/DuplicateMagicComment:
374
+ Enabled: true
375
+ Lint/DuplicateMatchPattern:
376
+ Enabled: false
377
+ Lint/DuplicateMethods:
378
+ Enabled: true
379
+ Lint/DuplicateRegexpCharacterClassElement:
380
+ Enabled: true
381
+ Lint/DuplicateRequire:
382
+ Enabled: true
383
+ Lint/DuplicateRescueException:
384
+ Enabled: true
385
+ Lint/DuplicateSetElement:
386
+ Enabled: false
387
+ Lint/EachWithObjectArgument:
388
+ Enabled: true
389
+ Lint/ElseLayout:
390
+ Enabled: true
391
+ Lint/EmptyBlock:
392
+ Enabled: false
393
+ Lint/EmptyClass:
394
+ Enabled: false
395
+ Lint/EmptyConditionalBody:
396
+ Enabled: false
397
+ Lint/EmptyEnsure:
398
+ Enabled: true
399
+ Lint/EmptyExpression:
400
+ Enabled: true
401
+ Lint/EmptyFile:
402
+ Enabled: false
403
+ Lint/EmptyInPattern:
404
+ Enabled: false
405
+ Lint/EmptyInterpolation:
406
+ Enabled: true
407
+ Lint/EmptyWhen:
408
+ Enabled: true
409
+ AllowComments: true
410
+ Lint/EnsureReturn:
411
+ Enabled: true
412
+ Lint/ErbNewArguments:
413
+ Enabled: true
414
+ Lint/FlipFlop:
415
+ Enabled: true
416
+ Lint/FloatComparison:
417
+ Enabled: true
418
+ Lint/FloatOutOfRange:
419
+ Enabled: true
420
+ Lint/FormatParameterMismatch:
421
+ Enabled: true
422
+ Lint/HashCompareByIdentity:
423
+ Enabled: false
424
+ Lint/HashNewWithKeywordArgumentsAsDefault:
425
+ Enabled: true
426
+ Lint/HeredocMethodCallPosition:
427
+ Enabled: false
428
+ Lint/IdentityComparison:
429
+ Enabled: true
430
+ Lint/ImplicitStringConcatenation:
431
+ Enabled: true
432
+ Lint/IncompatibleIoSelectWithFiberScheduler:
433
+ Enabled: false
434
+ Lint/IneffectiveAccessModifier:
435
+ Enabled: true
436
+ Lint/InheritException:
437
+ Enabled: true
438
+ EnforcedStyle: runtime_error
439
+ Lint/InterpolationCheck:
440
+ Enabled: true
441
+ Lint/ItWithoutArgumentsInBlock:
442
+ Enabled: true
443
+ Lint/LambdaWithoutLiteralBlock:
444
+ Enabled: false
445
+ Lint/LiteralAsCondition:
446
+ Enabled: true
447
+ Lint/LiteralAssignmentInCondition:
448
+ Enabled: true
449
+ Lint/LiteralInInterpolation:
450
+ Enabled: true
451
+ Lint/Loop:
452
+ Enabled: true
453
+ Lint/MissingCopEnableDirective:
454
+ Enabled: true
455
+ MaxRangeSize: .inf
456
+ Lint/MissingSuper:
457
+ Enabled: false
458
+ Lint/MixedCaseRange:
459
+ Enabled: true
460
+ Lint/MixedRegexpCaptureTypes:
461
+ Enabled: true
462
+ Lint/MultipleComparison:
463
+ Enabled: true
464
+ Lint/NestedMethodDefinition:
465
+ Enabled: true
466
+ Lint/NestedPercentLiteral:
467
+ Enabled: true
468
+ Lint/NextWithoutAccumulator:
469
+ Enabled: true
470
+ Lint/NoReturnInBeginEndBlocks:
471
+ Enabled: false
472
+ Lint/NonAtomicFileOperation:
473
+ Enabled: false
474
+ Lint/NonDeterministicRequireOrder:
475
+ Enabled: true
476
+ Lint/NonLocalExitFromIterator:
477
+ Enabled: true
478
+ Lint/NumberConversion:
479
+ Enabled: false
480
+ Lint/NumberedParameterAssignment:
481
+ Enabled: true
482
+ Lint/NumericOperationWithConstantResult:
483
+ Enabled: false
484
+ Lint/OrAssignmentToConstant:
485
+ Enabled: true
486
+ Lint/OrderedMagicComments:
487
+ Enabled: true
488
+ Lint/OutOfRangeRegexpRef:
489
+ Enabled: true
490
+ Lint/ParenthesesAsGroupedExpression:
491
+ Enabled: true
492
+ Lint/PercentStringArray:
493
+ Enabled: false
494
+ Lint/PercentSymbolArray:
495
+ Enabled: true
496
+ Lint/RaiseException:
497
+ Enabled: true
498
+ Lint/RandOne:
499
+ Enabled: true
500
+ Lint/RedundantCopDisableDirective:
501
+ Enabled: false
502
+ Lint/RedundantCopEnableDirective:
503
+ Enabled: false
504
+ Lint/RedundantDirGlobSort:
505
+ Enabled: false
506
+ Lint/RedundantRegexpQuantifiers:
507
+ Enabled: true
508
+ Lint/RedundantRequireStatement:
509
+ Enabled: true
510
+ Lint/RedundantSafeNavigation:
511
+ Enabled: false
512
+ Lint/RedundantSplatExpansion:
513
+ Enabled: true
514
+ Lint/RedundantStringCoercion:
515
+ Enabled: true
516
+ Lint/RedundantTypeConversion:
517
+ Enabled: true
518
+ Lint/RedundantWithIndex:
519
+ Enabled: true
520
+ Lint/RedundantWithObject:
521
+ Enabled: true
522
+ Lint/RefinementImportMethods:
523
+ Enabled: true
524
+ Lint/RegexpAsCondition:
525
+ Enabled: true
526
+ Lint/RequireParentheses:
527
+ Enabled: true
528
+ Lint/RequireRangeParentheses:
529
+ Enabled: true
530
+ Lint/RequireRelativeSelfPath:
531
+ Enabled: true
532
+ Lint/RescueException:
533
+ Enabled: true
534
+ Lint/RescueType:
535
+ Enabled: true
536
+ Lint/ReturnInVoidContext:
537
+ Enabled: true
538
+ Lint/SafeNavigationChain:
539
+ Enabled: true
540
+ AllowedMethods:
541
+ - present?
542
+ - blank?
543
+ - presence
544
+ - try
545
+ - try!
546
+ Lint/SafeNavigationConsistency:
547
+ Enabled: true
548
+ AllowedMethods:
549
+ - present?
550
+ - blank?
551
+ - presence
552
+ - try
553
+ - try!
554
+ Lint/SafeNavigationWithEmpty:
555
+ Enabled: true
556
+ Lint/ScriptPermission:
557
+ Enabled: false
558
+ Lint/SelfAssignment:
559
+ Enabled: true
560
+ Lint/SendWithMixinArgument:
561
+ Enabled: false
562
+ Lint/ShadowedArgument:
563
+ Enabled: true
564
+ IgnoreImplicitReferences: false
565
+ Lint/ShadowedException:
566
+ Enabled: true
567
+ Lint/ShadowingOuterLocalVariable:
568
+ Enabled: false
569
+ Lint/SharedMutableDefault:
570
+ Enabled: true
571
+ Lint/StructNewOverride:
572
+ Enabled: false
573
+ Lint/SuppressedException:
574
+ Enabled: false
575
+ Lint/SuppressedExceptionInNumberConversion:
576
+ Enabled: true
577
+ AutoCorrect: false
578
+ Lint/SymbolConversion:
579
+ Enabled: true
580
+ Lint/Syntax:
581
+ Enabled: true
582
+ Lint/ToEnumArguments:
583
+ Enabled: false
584
+ Lint/ToJSON:
585
+ Enabled: false
586
+ Lint/TopLevelReturnWithArgument:
587
+ Enabled: true
588
+ Lint/TrailingCommaInAttributeDeclaration:
589
+ Enabled: true
590
+ Lint/TripleQuotes:
591
+ Enabled: true
592
+ Lint/UnderscorePrefixedVariableName:
593
+ Enabled: true
594
+ Lint/UnescapedBracketInRegexp:
595
+ Enabled: false
596
+ Lint/UnexpectedBlockArity:
597
+ Enabled: false
598
+ Lint/UnifiedInteger:
599
+ Enabled: true
600
+ Lint/UnmodifiedReduceAccumulator:
601
+ Enabled: false
602
+ Lint/UnreachableCode:
603
+ Enabled: true
604
+ Lint/UnreachableLoop:
605
+ Enabled: false
606
+ Lint/UnreachablePatternBranch:
607
+ Enabled: true
608
+ Lint/UnusedBlockArgument:
609
+ Enabled: false
610
+ Lint/UnusedMethodArgument:
611
+ Enabled: false
612
+ Lint/UriEscapeUnescape:
613
+ Enabled: true
614
+ Lint/UriRegexp:
615
+ Enabled: true
616
+ Lint/UselessAccessModifier:
617
+ Enabled: false
618
+ Lint/UselessAssignment:
619
+ Enabled: true
620
+ Lint/UselessConstantScoping:
621
+ Enabled: false
622
+ Lint/UselessDefaultValueArgument:
623
+ Enabled: false
624
+ Lint/UselessDefined:
625
+ Enabled: true
626
+ Lint/UselessElseWithoutRescue:
627
+ Enabled: false
628
+ Lint/UselessMethodDefinition:
629
+ Enabled: false
630
+ Lint/UselessNumericOperation:
631
+ Enabled: false
632
+ Lint/UselessOr:
633
+ Enabled: true
634
+ Lint/UselessRescue:
635
+ Enabled: true
636
+ Lint/UselessRuby2Keywords:
637
+ Enabled: true
638
+ Lint/UselessSetterCall:
639
+ Enabled: true
640
+ Lint/UselessTimes:
641
+ Enabled: true
642
+ Lint/Void:
643
+ Enabled: true
644
+ CheckForMethodsWithNoSideEffects: false
645
+ Metrics/AbcSize:
646
+ Enabled: false
647
+ Metrics/BlockLength:
648
+ Enabled: false
649
+ Metrics/BlockNesting:
650
+ Enabled: false
651
+ Metrics/ClassLength:
652
+ Enabled: false
653
+ Metrics/CollectionLiteralLength:
654
+ Enabled: false
655
+ Metrics/CyclomaticComplexity:
656
+ Enabled: false
657
+ Metrics/MethodLength:
658
+ Enabled: false
659
+ Metrics/ModuleLength:
660
+ Enabled: false
661
+ Metrics/ParameterLists:
662
+ Enabled: false
663
+ Metrics/PerceivedComplexity:
664
+ Enabled: false
665
+ Migration/DepartmentName:
666
+ Enabled: true
667
+ Naming/AccessorMethodName:
668
+ Enabled: false
669
+ Naming/AsciiIdentifiers:
670
+ Enabled: false
671
+ Naming/BinaryOperatorParameterName:
672
+ Enabled: true
673
+ Naming/BlockForwarding:
674
+ Enabled: false
675
+ Naming/BlockParameterName:
676
+ Enabled: true
677
+ MinNameLength: 1
678
+ AllowNamesEndingInNumbers: true
679
+ AllowedNames: []
680
+ ForbiddenNames: []
681
+ Naming/ClassAndModuleCamelCase:
682
+ Enabled: true
683
+ Naming/ConstantName:
684
+ Enabled: true
685
+ Naming/FileName:
686
+ Enabled: false
687
+ Naming/HeredocDelimiterCase:
688
+ Enabled: true
689
+ EnforcedStyle: uppercase
690
+ Naming/HeredocDelimiterNaming:
691
+ Enabled: false
692
+ Naming/InclusiveLanguage:
693
+ Enabled: false
694
+ Naming/MemoizedInstanceVariableName:
695
+ Enabled: false
696
+ Naming/MethodName:
697
+ Enabled: false
698
+ Naming/MethodParameterName:
699
+ Enabled: false
700
+ Naming/PredicateMethod:
701
+ Enabled: false
702
+ Naming/PredicatePrefix:
703
+ Enabled: false
704
+ Naming/RescuedExceptionsVariableName:
705
+ Enabled: false
706
+ Naming/VariableName:
707
+ Enabled: true
708
+ EnforcedStyle: snake_case
709
+ Naming/VariableNumber:
710
+ Enabled: false
711
+ Security/CompoundHash:
712
+ Enabled: true
713
+ Security/Eval:
714
+ Enabled: true
715
+ Security/IoMethods:
716
+ Enabled: false
717
+ Security/JSONLoad:
718
+ Enabled: true
719
+ Security/MarshalLoad:
720
+ Enabled: false
721
+ Security/Open:
722
+ Enabled: true
723
+ Security/YAMLLoad:
724
+ Enabled: true
725
+ Style/AccessModifierDeclarations:
726
+ Enabled: false
727
+ Style/AccessorGrouping:
728
+ Enabled: false
729
+ Style/Alias:
730
+ Enabled: true
731
+ EnforcedStyle: prefer_alias_method
732
+ Style/AmbiguousEndlessMethodDefinition:
733
+ Enabled: false
734
+ Style/AndOr:
735
+ Enabled: true
736
+ Style/ArgumentsForwarding:
737
+ Enabled: false
738
+ Style/ArrayCoercion:
739
+ Enabled: false
740
+ Style/ArrayFirstLast:
741
+ Enabled: false
742
+ Style/ArrayIntersect:
743
+ Enabled: false
744
+ Style/ArrayIntersectWithSingleElement:
745
+ Enabled: false
746
+ Style/ArrayJoin:
747
+ Enabled: true
748
+ Style/AsciiComments:
749
+ Enabled: false
750
+ Style/Attr:
751
+ Enabled: true
752
+ Style/AutoResourceCleanup:
753
+ Enabled: false
754
+ Style/BarePercentLiterals:
755
+ Enabled: true
756
+ EnforcedStyle: bare_percent
757
+ Style/BeginBlock:
758
+ Enabled: true
759
+ Style/BisectedAttrAccessor:
760
+ Enabled: false
761
+ Style/BitwisePredicate:
762
+ Enabled: false
763
+ Style/BlockComments:
764
+ Enabled: true
765
+ Style/BlockDelimiters:
766
+ Enabled: false
767
+ Style/CaseEquality:
768
+ Enabled: false
769
+ Style/CaseLikeIf:
770
+ Enabled: false
771
+ Style/CharacterLiteral:
772
+ Enabled: true
773
+ Style/ClassAndModuleChildren:
774
+ Enabled: false
775
+ Style/ClassCheck:
776
+ Enabled: true
777
+ EnforcedStyle: is_a?
778
+ Style/ClassEqualityComparison:
779
+ Enabled: true
780
+ Style/ClassMethods:
781
+ Enabled: true
782
+ Style/ClassMethodsDefinitions:
783
+ Enabled: false
784
+ Style/ClassVars:
785
+ Enabled: false
786
+ Style/CollectionCompact:
787
+ Enabled: false
788
+ Style/CollectionMethods:
789
+ Enabled: false
790
+ Style/CollectionQuerying:
791
+ Enabled: false
792
+ Style/ColonMethodCall:
793
+ Enabled: true
794
+ Style/ColonMethodDefinition:
795
+ Enabled: true
796
+ Style/CombinableDefined:
797
+ Enabled: false
798
+ Style/CombinableLoops:
799
+ Enabled: false
800
+ Style/CommandLiteral:
801
+ Enabled: true
802
+ EnforcedStyle: mixed
803
+ AllowInnerBackticks: false
804
+ Style/CommentAnnotation:
805
+ Enabled: false
806
+ Style/CommentedKeyword:
807
+ Enabled: false
808
+ Style/ComparableBetween:
809
+ Enabled: true
810
+ Style/ComparableClamp:
811
+ Enabled: true
812
+ Style/ConcatArrayLiterals:
813
+ Enabled: false
814
+ Style/ConditionalAssignment:
815
+ Enabled: true
816
+ EnforcedStyle: assign_to_condition
817
+ SingleLineConditionsOnly: true
818
+ IncludeTernaryExpressions: true
819
+ Style/ConstantVisibility:
820
+ Enabled: false
821
+ Style/Copyright:
822
+ Enabled: false
823
+ Style/DataInheritance:
824
+ Enabled: false
825
+ Style/DateTime:
826
+ Enabled: false
827
+ Style/DefWithParentheses:
828
+ Enabled: true
829
+ Style/DigChain:
830
+ Enabled: true
831
+ Style/Dir:
832
+ Enabled: true
833
+ Style/DirEmpty:
834
+ Enabled: true
835
+ Style/DisableCopsWithinSourceCodeDirective:
836
+ Enabled: false
837
+ Style/DocumentDynamicEvalDefinition:
838
+ Enabled: false
839
+ Style/Documentation:
840
+ Enabled: false
841
+ Style/DocumentationMethod:
842
+ Enabled: false
843
+ Style/DoubleCopDisableDirective:
844
+ Enabled: false
845
+ Style/DoubleNegation:
846
+ Enabled: false
847
+ Style/EachForSimpleLoop:
848
+ Enabled: true
849
+ Style/EachWithObject:
850
+ Enabled: true
851
+ Style/EmptyBlockParameter:
852
+ Enabled: true
853
+ Style/EmptyCaseCondition:
854
+ Enabled: true
855
+ Style/EmptyClassDefinition:
856
+ Enabled: false
857
+ Style/EmptyElse:
858
+ Enabled: true
859
+ AllowComments: true
860
+ EnforcedStyle: both
861
+ Style/EmptyHeredoc:
862
+ Enabled: false
863
+ Style/EmptyLambdaParameter:
864
+ Enabled: true
865
+ Style/EmptyLiteral:
866
+ Enabled: true
867
+ Style/EmptyMethod:
868
+ Enabled: true
869
+ EnforcedStyle: expanded
870
+ Style/EmptyStringInsideInterpolation:
871
+ Enabled: true
872
+ EnforcedStyle: trailing_conditional
873
+ Style/Encoding:
874
+ Enabled: true
875
+ Style/EndBlock:
876
+ Enabled: true
877
+ Style/EndlessMethod:
878
+ Enabled: false
879
+ Style/EnvHome:
880
+ Enabled: false
881
+ Style/EvalWithLocation:
882
+ Enabled: true
883
+ Style/EvenOdd:
884
+ Enabled: false
885
+ Style/ExactRegexpMatch:
886
+ Enabled: true
887
+ Style/ExpandPathArguments:
888
+ Enabled: false
889
+ Style/ExplicitBlockArgument:
890
+ Enabled: false
891
+ Style/ExponentialNotation:
892
+ Enabled: false
893
+ Style/FetchEnvVar:
894
+ Enabled: false
895
+ Style/FileEmpty:
896
+ Enabled: false
897
+ Style/FileNull:
898
+ Enabled: true
899
+ Style/FileOpen:
900
+ Enabled: false
901
+ Style/FileRead:
902
+ Enabled: true
903
+ Style/FileTouch:
904
+ Enabled: false
905
+ Style/FileWrite:
906
+ Enabled: true
907
+ Style/FloatDivision:
908
+ Enabled: false
909
+ Style/For:
910
+ Enabled: true
911
+ EnforcedStyle: each
912
+ Style/FormatString:
913
+ Enabled: false
914
+ Style/FormatStringToken:
915
+ Enabled: false
916
+ Style/FrozenStringLiteralComment:
917
+ Enabled: false
918
+ Style/GlobalStdStream:
919
+ Enabled: true
920
+ Style/GlobalVars:
921
+ Enabled: true
922
+ AllowedVariables: []
923
+ Style/GuardClause:
924
+ Enabled: false
925
+ Style/HashAsLastArrayItem:
926
+ Enabled: false
927
+ Style/HashConversion:
928
+ Enabled: true
929
+ Style/HashEachMethods:
930
+ Enabled: false
931
+ Style/HashExcept:
932
+ Enabled: true
933
+ Style/HashFetchChain:
934
+ Enabled: false
935
+ Style/HashLikeCase:
936
+ Enabled: false
937
+ Style/HashLookupMethod:
938
+ Enabled: false
939
+ Style/HashSlice:
940
+ Enabled: true
941
+ Style/HashSyntax:
942
+ Enabled: true
943
+ EnforcedStyle: ruby19_no_mixed_keys
944
+ EnforcedShorthandSyntax: either
945
+ Style/HashTransformKeys:
946
+ Enabled: false
947
+ Style/HashTransformValues:
948
+ Enabled: false
949
+ Style/IdenticalConditionalBranches:
950
+ Enabled: true
951
+ Style/IfInsideElse:
952
+ Enabled: true
953
+ Style/IfUnlessModifier:
954
+ Enabled: false
955
+ Style/IfUnlessModifierOfIfUnless:
956
+ Enabled: true
957
+ Style/IfWithBooleanLiteralBranches:
958
+ Enabled: true
959
+ Style/IfWithSemicolon:
960
+ Enabled: true
961
+ Style/ImplicitRuntimeError:
962
+ Enabled: false
963
+ Style/InPatternThen:
964
+ Enabled: false
965
+ Style/InfiniteLoop:
966
+ Enabled: true
967
+ Style/InlineComment:
968
+ Enabled: false
969
+ Style/InverseMethods:
970
+ Enabled: false
971
+ Style/InvertibleUnlessCondition:
972
+ Enabled: false
973
+ Style/IpAddresses:
974
+ Enabled: false
975
+ Style/ItAssignment:
976
+ Enabled: true
977
+ Style/ItBlockParameter:
978
+ Enabled: true
979
+ EnforcedStyle: only_numbered_parameters
980
+ Style/KeywordArgumentsMerging:
981
+ Enabled: false
982
+ Style/KeywordParametersOrder:
983
+ Enabled: true
984
+ Style/Lambda:
985
+ Enabled: false
986
+ Style/LambdaCall:
987
+ Enabled: true
988
+ EnforcedStyle: call
989
+ Style/LineEndConcatenation:
990
+ Enabled: true
991
+ Style/MagicCommentFormat:
992
+ Enabled: false
993
+ Style/MapCompactWithConditionalBlock:
994
+ Enabled: true
995
+ Style/MapIntoArray:
996
+ Enabled: false
997
+ Style/MapJoin:
998
+ Enabled: true
999
+ Style/MapToHash:
1000
+ Enabled: false
1001
+ Style/MapToSet:
1002
+ Enabled: false
1003
+ Style/MethodCallWithArgsParentheses:
1004
+ Enabled: false
1005
+ Style/MethodCallWithoutArgsParentheses:
1006
+ Enabled: true
1007
+ AllowedMethods: []
1008
+ Style/MethodCalledOnDoEndBlock:
1009
+ Enabled: false
1010
+ Style/MethodDefParentheses:
1011
+ Enabled: false
1012
+ Style/MinMax:
1013
+ Enabled: false
1014
+ Style/MinMaxComparison:
1015
+ Enabled: false
1016
+ Style/MissingElse:
1017
+ Enabled: false
1018
+ Style/MissingRespondToMissing:
1019
+ Enabled: true
1020
+ Style/MixinGrouping:
1021
+ Enabled: true
1022
+ EnforcedStyle: separated
1023
+ Style/MixinUsage:
1024
+ Enabled: true
1025
+ Style/ModuleFunction:
1026
+ Enabled: false
1027
+ Style/ModuleMemberExistenceCheck:
1028
+ Enabled: true
1029
+ Style/MultilineBlockChain:
1030
+ Enabled: false
1031
+ Style/MultilineIfModifier:
1032
+ Enabled: true
1033
+ Style/MultilineIfThen:
1034
+ Enabled: true
1035
+ Style/MultilineInPatternThen:
1036
+ Enabled: false
1037
+ Style/MultilineMemoization:
1038
+ Enabled: true
1039
+ EnforcedStyle: keyword
1040
+ Style/MultilineMethodSignature:
1041
+ Enabled: false
1042
+ Style/MultilineTernaryOperator:
1043
+ Enabled: false
1044
+ Style/MultilineWhenThen:
1045
+ Enabled: true
1046
+ Style/MultipleComparison:
1047
+ Enabled: false
1048
+ Style/MutableConstant:
1049
+ Enabled: false
1050
+ Style/NegatedIf:
1051
+ Enabled: false
1052
+ Style/NegatedIfElseCondition:
1053
+ Enabled: false
1054
+ Style/NegatedUnless:
1055
+ Enabled: false
1056
+ Style/NegatedWhile:
1057
+ Enabled: true
1058
+ Style/NegativeArrayIndex:
1059
+ Enabled: true
1060
+ Style/NestedFileDirname:
1061
+ Enabled: true
1062
+ Style/NestedModifier:
1063
+ Enabled: true
1064
+ Style/NestedParenthesizedCalls:
1065
+ Enabled: true
1066
+ AllowedMethods:
1067
+ - be
1068
+ - be_a
1069
+ - be_an
1070
+ - be_between
1071
+ - be_falsey
1072
+ - be_kind_of
1073
+ - be_instance_of
1074
+ - be_truthy
1075
+ - be_within
1076
+ - eq
1077
+ - eql
1078
+ - end_with
1079
+ - include
1080
+ - match
1081
+ - raise_error
1082
+ - respond_to
1083
+ - start_with
1084
+ Style/NestedTernaryOperator:
1085
+ Enabled: true
1086
+ Style/Next:
1087
+ Enabled: false
1088
+ Style/NilComparison:
1089
+ Enabled: true
1090
+ EnforcedStyle: predicate
1091
+ Style/NilLambda:
1092
+ Enabled: true
1093
+ Style/NonNilCheck:
1094
+ Enabled: true
1095
+ IncludeSemanticChanges: false
1096
+ Style/Not:
1097
+ Enabled: true
1098
+ Style/NumberedParameters:
1099
+ Enabled: false
1100
+ Style/NumberedParametersLimit:
1101
+ Enabled: false
1102
+ Style/NumericLiteralPrefix:
1103
+ Enabled: true
1104
+ EnforcedOctalStyle: zero_with_o
1105
+ Style/NumericLiterals:
1106
+ Enabled: false
1107
+ Style/NumericPredicate:
1108
+ Enabled: false
1109
+ Style/ObjectThen:
1110
+ Enabled: false
1111
+ Style/OneClassPerFile:
1112
+ Enabled: false
1113
+ Style/OneLineConditional:
1114
+ Enabled: true
1115
+ Style/OpenStructUse:
1116
+ Enabled: false
1117
+ Style/OperatorMethodCall:
1118
+ Enabled: false
1119
+ Style/OptionHash:
1120
+ Enabled: false
1121
+ Style/OptionalArguments:
1122
+ Enabled: true
1123
+ Style/OptionalBooleanParameter:
1124
+ Enabled: false
1125
+ Style/OrAssignment:
1126
+ Enabled: true
1127
+ Style/ParallelAssignment:
1128
+ Enabled: false
1129
+ Style/ParenthesesAroundCondition:
1130
+ Enabled: true
1131
+ AllowSafeAssignment: true
1132
+ AllowInMultilineConditions: false
1133
+ Style/PartitionInsteadOfDoubleSelect:
1134
+ Enabled: false
1135
+ Style/PercentLiteralDelimiters:
1136
+ Enabled: true
1137
+ PreferredDelimiters:
1138
+ default: ()
1139
+ '%i': '[]'
1140
+ '%I': '[]'
1141
+ '%r': '{}'
1142
+ '%w': '[]'
1143
+ '%W': '[]'
1144
+ Style/PercentQLiterals:
1145
+ Enabled: false
1146
+ Style/PerlBackrefs:
1147
+ Enabled: false
1148
+ Style/PredicateWithKind:
1149
+ Enabled: false
1150
+ Style/PreferredHashMethods:
1151
+ Enabled: false
1152
+ Style/Proc:
1153
+ Enabled: true
1154
+ Style/QuotedSymbols:
1155
+ Enabled: true
1156
+ EnforcedStyle: same_as_string_literals
1157
+ Style/RaiseArgs:
1158
+ Enabled: false
1159
+ Style/RandomWithOffset:
1160
+ Enabled: true
1161
+ Style/ReduceToHash:
1162
+ Enabled: false
1163
+ Style/RedundantArgument:
1164
+ Enabled: false
1165
+ Style/RedundantArrayConstructor:
1166
+ Enabled: true
1167
+ Style/RedundantArrayFlatten:
1168
+ Enabled: true
1169
+ Style/RedundantAssignment:
1170
+ Enabled: true
1171
+ Style/RedundantBegin:
1172
+ Enabled: true
1173
+ Style/RedundantCapitalW:
1174
+ Enabled: false
1175
+ Style/RedundantCondition:
1176
+ Enabled: true
1177
+ Style/RedundantConditional:
1178
+ Enabled: true
1179
+ Style/RedundantConstantBase:
1180
+ Enabled: false
1181
+ Style/RedundantCurrentDirectoryInPath:
1182
+ Enabled: true
1183
+ Style/RedundantDoubleSplatHashBraces:
1184
+ Enabled: true
1185
+ Style/RedundantEach:
1186
+ Enabled: false
1187
+ Style/RedundantException:
1188
+ Enabled: true
1189
+ Style/RedundantFetchBlock:
1190
+ Enabled: false
1191
+ Style/RedundantFileExtensionInRequire:
1192
+ Enabled: true
1193
+ Style/RedundantFilterChain:
1194
+ Enabled: false
1195
+ Style/RedundantFormat:
1196
+ Enabled: true
1197
+ Style/RedundantFreeze:
1198
+ Enabled: true
1199
+ Style/RedundantHeredocDelimiterQuotes:
1200
+ Enabled: true
1201
+ Style/RedundantInitialize:
1202
+ Enabled: false
1203
+ Style/RedundantInterpolation:
1204
+ Enabled: true
1205
+ Style/RedundantInterpolationUnfreeze:
1206
+ Enabled: true
1207
+ Style/RedundantLineContinuation:
1208
+ Enabled: true
1209
+ Style/RedundantMinMaxBy:
1210
+ Enabled: true
1211
+ Style/RedundantParentheses:
1212
+ Enabled: true
1213
+ Style/RedundantPercentQ:
1214
+ Enabled: true
1215
+ Style/RedundantRegexpArgument:
1216
+ Enabled: true
1217
+ Style/RedundantRegexpCharacterClass:
1218
+ Enabled: true
1219
+ Style/RedundantRegexpConstructor:
1220
+ Enabled: true
1221
+ Style/RedundantRegexpEscape:
1222
+ Enabled: true
1223
+ Style/RedundantReturn:
1224
+ Enabled: true
1225
+ AllowMultipleReturnValues: false
1226
+ Style/RedundantSelf:
1227
+ Enabled: true
1228
+ Style/RedundantSelfAssignment:
1229
+ Enabled: false
1230
+ Style/RedundantSelfAssignmentBranch:
1231
+ Enabled: false
1232
+ Style/RedundantSort:
1233
+ Enabled: true
1234
+ Style/RedundantSortBy:
1235
+ Enabled: true
1236
+ Style/RedundantStringEscape:
1237
+ Enabled: true
1238
+ Style/RedundantStructKeywordInit:
1239
+ Enabled: true
1240
+ Style/RegexpLiteral:
1241
+ Enabled: false
1242
+ Style/RequireOrder:
1243
+ Enabled: false
1244
+ Style/RescueModifier:
1245
+ Enabled: true
1246
+ Style/RescueStandardError:
1247
+ Enabled: true
1248
+ EnforcedStyle: implicit
1249
+ Style/ReturnNil:
1250
+ Enabled: false
1251
+ Style/ReturnNilInPredicateMethodDefinition:
1252
+ Enabled: false
1253
+ Style/ReverseFind:
1254
+ Enabled: true
1255
+ Style/SafeNavigation:
1256
+ Enabled: true
1257
+ ConvertCodeThatCanStartToReturnNil: false
1258
+ AllowedMethods:
1259
+ - present?
1260
+ - blank?
1261
+ - presence
1262
+ - try
1263
+ - try!
1264
+ Style/SafeNavigationChainLength:
1265
+ Enabled: false
1266
+ Style/Sample:
1267
+ Enabled: true
1268
+ Style/SelectByKind:
1269
+ Enabled: false
1270
+ Style/SelectByRange:
1271
+ Enabled: false
1272
+ Style/SelectByRegexp:
1273
+ Enabled: false
1274
+ Style/SelfAssignment:
1275
+ Enabled: true
1276
+ Style/Semicolon:
1277
+ Enabled: true
1278
+ AllowAsExpressionSeparator: false
1279
+ Style/Send:
1280
+ Enabled: false
1281
+ Style/SendWithLiteralMethodName:
1282
+ Enabled: false
1283
+ Style/SignalException:
1284
+ Enabled: false
1285
+ Style/SingleArgumentDig:
1286
+ Enabled: false
1287
+ Style/SingleLineBlockParams:
1288
+ Enabled: false
1289
+ Style/SingleLineDoEndBlock:
1290
+ Enabled: false
1291
+ Style/SingleLineMethods:
1292
+ Enabled: true
1293
+ AllowIfMethodIsEmpty: false
1294
+ Style/SlicingWithRange:
1295
+ Enabled: true
1296
+ Style/SoleNestedConditional:
1297
+ Enabled: false
1298
+ Style/SpecialGlobalVars:
1299
+ Enabled: false
1300
+ Style/StabbyLambdaParentheses:
1301
+ Enabled: true
1302
+ EnforcedStyle: require_parentheses
1303
+ Style/StaticClass:
1304
+ Enabled: false
1305
+ Style/StderrPuts:
1306
+ Enabled: true
1307
+ Style/StringChars:
1308
+ Enabled: true
1309
+ Style/StringConcatenation:
1310
+ Enabled: false
1311
+ Style/StringHashKeys:
1312
+ Enabled: false
1313
+ Style/StringLiterals:
1314
+ Enabled: true
1315
+ EnforcedStyle: double_quotes
1316
+ ConsistentQuotesInMultiline: false
1317
+ Style/StringLiteralsInInterpolation:
1318
+ Enabled: true
1319
+ EnforcedStyle: double_quotes
1320
+ Style/StringMethods:
1321
+ Enabled: false
1322
+ Style/Strip:
1323
+ Enabled: true
1324
+ Style/StructInheritance:
1325
+ Enabled: false
1326
+ Style/SuperArguments:
1327
+ Enabled: true
1328
+ Style/SuperWithArgsParentheses:
1329
+ Enabled: true
1330
+ Style/SwapValues:
1331
+ Enabled: false
1332
+ Style/SymbolArray:
1333
+ Enabled: false
1334
+ Style/SymbolLiteral:
1335
+ Enabled: true
1336
+ Style/SymbolProc:
1337
+ Enabled: false
1338
+ Style/TallyMethod:
1339
+ Enabled: true
1340
+ Style/TernaryParentheses:
1341
+ Enabled: true
1342
+ EnforcedStyle: require_parentheses_when_complex
1343
+ AllowSafeAssignment: true
1344
+ Style/TopLevelMethodDefinition:
1345
+ Enabled: false
1346
+ Style/TrailingBodyOnClass:
1347
+ Enabled: true
1348
+ Style/TrailingBodyOnMethodDefinition:
1349
+ Enabled: true
1350
+ Style/TrailingBodyOnModule:
1351
+ Enabled: true
1352
+ Style/TrailingCommaInArguments:
1353
+ Enabled: true
1354
+ EnforcedStyleForMultiline: no_comma
1355
+ Style/TrailingCommaInArrayLiteral:
1356
+ Enabled: true
1357
+ EnforcedStyleForMultiline: no_comma
1358
+ Style/TrailingCommaInBlockArgs:
1359
+ Enabled: true
1360
+ Style/TrailingCommaInHashLiteral:
1361
+ Enabled: true
1362
+ EnforcedStyleForMultiline: no_comma
1363
+ Style/TrailingMethodEndStatement:
1364
+ Enabled: true
1365
+ Style/TrailingUnderscoreVariable:
1366
+ Enabled: false
1367
+ Style/TrivialAccessors:
1368
+ Enabled: true
1369
+ ExactNameMatch: true
1370
+ AllowPredicates: true
1371
+ AllowDSLWriters: false
1372
+ IgnoreClassMethods: true
1373
+ AllowedMethods:
1374
+ - to_ary
1375
+ - to_a
1376
+ - to_c
1377
+ - to_enum
1378
+ - to_h
1379
+ - to_hash
1380
+ - to_i
1381
+ - to_int
1382
+ - to_io
1383
+ - to_open
1384
+ - to_path
1385
+ - to_proc
1386
+ - to_r
1387
+ - to_regexp
1388
+ - to_str
1389
+ - to_s
1390
+ - to_sym
1391
+ Style/UnlessElse:
1392
+ Enabled: true
1393
+ Style/UnlessLogicalOperators:
1394
+ Enabled: true
1395
+ EnforcedStyle: forbid_mixed_logical_operators
1396
+ Style/UnpackFirst:
1397
+ Enabled: true
1398
+ Style/VariableInterpolation:
1399
+ Enabled: true
1400
+ Style/WhenThen:
1401
+ Enabled: true
1402
+ Style/WhileUntilDo:
1403
+ Enabled: true
1404
+ Style/WhileUntilModifier:
1405
+ Enabled: false
1406
+ Style/WordArray:
1407
+ Enabled: false
1408
+ Style/YAMLFileRead:
1409
+ Enabled: true
1410
+ Style/YodaCondition:
1411
+ Enabled: true
1412
+ EnforcedStyle: forbid_for_all_comparison_operators
1413
+ Style/YodaExpression:
1414
+ Enabled: false
1415
+ Style/ZeroLengthPredicate:
1416
+ Enabled: false