acidic_job 1.0.0.rc4 → 1.0.0.rc5

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.
@@ -1,1051 +0,0 @@
1
- ---
2
- AllCops:
3
- DisabledByDefault: true
4
-
5
- Layout/ArgumentAlignment:
6
- Enabled: true
7
- EnforcedStyle: with_fixed_indentation
8
-
9
- Layout/ArrayAlignment:
10
- Enabled: true
11
- EnforcedStyle: with_fixed_indentation
12
-
13
- Layout/AssignmentIndentation:
14
- Enabled: true
15
-
16
- Layout/BeginEndAlignment:
17
- Enabled: true
18
- EnforcedStyleAlignWith: start_of_line
19
-
20
- Layout/BlockAlignment:
21
- Enabled: true
22
- EnforcedStyleAlignWith: either
23
-
24
- Layout/BlockEndNewline:
25
- Enabled: true
26
-
27
- Layout/ClosingHeredocIndentation:
28
- Enabled: true
29
-
30
- Layout/ClosingParenthesisIndentation:
31
- Enabled: true
32
-
33
- Layout/CommentIndentation:
34
- Enabled: true
35
- AllowForAlignment: true
36
-
37
- Layout/ConditionPosition:
38
- Enabled: true
39
-
40
- Layout/DefEndAlignment:
41
- Enabled: true
42
- EnforcedStyleAlignWith: start_of_line
43
-
44
- Layout/DotPosition:
45
- Enabled: true
46
- EnforcedStyle: leading
47
-
48
- Layout/ElseAlignment:
49
- Enabled: true
50
-
51
- Layout/EmptyComment:
52
- Enabled: true
53
- AllowBorderComment: true
54
- AllowMarginComment: true
55
-
56
- Layout/EmptyLineAfterMagicComment:
57
- Enabled: true
58
-
59
- Layout/EmptyLineAfterMultilineCondition:
60
- Enabled: true
61
-
62
- Layout/EmptyLineBetweenDefs:
63
- Enabled: true
64
- EmptyLineBetweenMethodDefs: true
65
- EmptyLineBetweenClassDefs: true
66
- EmptyLineBetweenModuleDefs: true
67
- AllowAdjacentOneLineDefs: true
68
- NumberOfEmptyLines: 1
69
-
70
- Layout/EmptyLines:
71
- Enabled: true
72
-
73
- Layout/EmptyLinesAroundAccessModifier:
74
- Enabled: true
75
- EnforcedStyle: around
76
-
77
- Layout/EmptyLinesAroundArguments:
78
- Enabled: true
79
-
80
- Layout/EmptyLinesAroundAttributeAccessor:
81
- Enabled: true
82
- AllowAliasSyntax: true
83
- AllowedMethods:
84
- - alias_method
85
- - public
86
- - protected
87
- - private
88
-
89
- Layout/EmptyLinesAroundBeginBody:
90
- Enabled: true
91
-
92
- Layout/EmptyLinesAroundBlockBody:
93
- Enabled: true
94
-
95
- Layout/EmptyLinesAroundClassBody:
96
- Enabled: true
97
- EnforcedStyle: no_empty_lines
98
-
99
- Layout/EmptyLinesAroundExceptionHandlingKeywords:
100
- Enabled: true
101
-
102
- Layout/EmptyLinesAroundMethodBody:
103
- Enabled: true
104
-
105
- Layout/EmptyLinesAroundModuleBody:
106
- Enabled: true
107
- EnforcedStyle: no_empty_lines
108
-
109
- Layout/EndAlignment:
110
- Enabled: true
111
- EnforcedStyleAlignWith: start_of_line
112
-
113
- Layout/EndOfLine:
114
- Enabled: true
115
- EnforcedStyle: native
116
-
117
- Layout/ExtraSpacing:
118
- Enabled: true
119
- AllowForAlignment: true
120
- AllowBeforeTrailingComments: false
121
- ForceEqualSignAlignment: false
122
-
123
- Layout/FirstArrayElementLineBreak:
124
- Enabled: true
125
- AllowMultilineFinalElement: false
126
-
127
- Layout/FirstHashElementLineBreak:
128
- Enabled: true
129
- AllowMultilineFinalElement: false
130
-
131
- Layout/FirstParameterIndentation:
132
- Enabled: true
133
- EnforcedStyle: consistent
134
-
135
- Layout/HashAlignment:
136
- Enabled: true
137
- EnforcedHashRocketStyle: key
138
- EnforcedColonStyle: key
139
- EnforcedLastArgumentHashStyle: always_inspect
140
-
141
- Layout/HeredocArgumentClosingParenthesis:
142
- Enabled: true
143
-
144
- Layout/HeredocIndentation:
145
- Enabled: true
146
-
147
- Layout/IndentationConsistency:
148
- Enabled: true
149
- EnforcedStyle: normal
150
-
151
- Layout/IndentationStyle:
152
- Enabled: true
153
- EnforcedStyle: spaces
154
-
155
- Layout/IndentationWidth:
156
- Enabled: true
157
- Width: 2
158
-
159
- Layout/InitialIndentation:
160
- Enabled: true
161
-
162
- Layout/LeadingCommentSpace:
163
- Enabled: true
164
- AllowRBSInlineAnnotation: true
165
-
166
- Layout/LeadingEmptyLines:
167
- Enabled: true
168
-
169
- Layout/LineContinuationSpacing:
170
- Enabled: true
171
- EnforcedStyle: space
172
-
173
- Layout/LineEndStringConcatenationIndentation:
174
- Enabled: true
175
- EnforcedStyle: indented
176
-
177
- Layout/MultilineArrayBraceLayout:
178
- Enabled: true
179
- EnforcedStyle: new_line
180
-
181
- Layout/MultilineArrayLineBreaks:
182
- Enabled: true
183
- AllowMultilineFinalElement: false
184
-
185
- Layout/MultilineAssignmentLayout:
186
- Enabled: true
187
- EnforcedStyle: same_line
188
-
189
- Layout/MultilineBlockLayout:
190
- Enabled: true
191
-
192
- Layout/MultilineHashBraceLayout:
193
- Enabled: true
194
- EnforcedStyle: new_line
195
-
196
- Layout/MultilineHashKeyLineBreaks:
197
- Enabled: true
198
- AllowMultilineFinalElement: false
199
-
200
- Layout/MultilineMethodCallIndentation:
201
- Enabled: true
202
- EnforcedStyle: indented
203
-
204
- Layout/MultilineMethodDefinitionBraceLayout:
205
- Enabled: true
206
- EnforcedStyle: new_line
207
-
208
- Layout/MultilineOperationIndentation:
209
- Enabled: true
210
- EnforcedStyle: indented
211
-
212
- Layout/ParameterAlignment:
213
- Enabled: true
214
- EnforcedStyle: with_fixed_indentation
215
-
216
- Layout/RescueEnsureAlignment:
217
- Enabled: true
218
-
219
- Layout/SpaceAfterColon:
220
- Enabled: true
221
-
222
- Layout/SpaceAfterComma:
223
- Enabled: true
224
-
225
- Layout/SpaceAfterMethodName:
226
- Enabled: true
227
-
228
- Layout/SpaceAfterNot:
229
- Enabled: true
230
-
231
- Layout/SpaceAfterSemicolon:
232
- Enabled: true
233
-
234
- Layout/SpaceAroundBlockParameters:
235
- Enabled: true
236
- EnforcedStyleInsidePipes: no_space
237
-
238
- Layout/SpaceAroundEqualsInParameterDefault:
239
- Enabled: true
240
- EnforcedStyle: space
241
-
242
- Layout/SpaceAroundKeyword:
243
- Enabled: true
244
-
245
- Layout/SpaceAroundMethodCallOperator:
246
- Enabled: true
247
-
248
- Layout/SpaceAroundOperators:
249
- Enabled: true
250
- AllowForAlignment: false
251
- EnforcedStyleForExponentOperator: space
252
- EnforcedStyleForRationalLiterals: space
253
-
254
- Layout/SpaceBeforeBlockBraces:
255
- Enabled: true
256
- EnforcedStyle: space
257
- EnforcedStyleForEmptyBraces: space
258
-
259
- Layout/SpaceBeforeBrackets:
260
- Enabled: true
261
-
262
- Layout/SpaceBeforeComma:
263
- Enabled: true
264
-
265
- Layout/SpaceBeforeComment:
266
- Enabled: true
267
-
268
- Layout/SpaceBeforeFirstArg:
269
- Enabled: true
270
-
271
- Layout/SpaceBeforeSemicolon:
272
- Enabled: true
273
-
274
- Layout/SpaceInLambdaLiteral:
275
- Enabled: true
276
- EnforcedStyle: require_space
277
-
278
- Layout/SpaceInsideArrayLiteralBrackets:
279
- Enabled: true
280
- EnforcedStyle: no_space
281
-
282
- Layout/SpaceInsideArrayPercentLiteral:
283
- Enabled: true
284
-
285
- Layout/SpaceInsideBlockBraces:
286
- Enabled: true
287
- EnforcedStyle: space
288
- EnforcedStyleForEmptyBraces: no_space
289
- SpaceBeforeBlockParameters: true
290
-
291
- Layout/SpaceInsideHashLiteralBraces:
292
- Enabled: true
293
- EnforcedStyle: space
294
- EnforcedStyleForEmptyBraces: no_space
295
-
296
- Layout/SpaceInsideParens:
297
- Enabled: true
298
- EnforcedStyle: no_space
299
-
300
- Layout/SpaceInsidePercentLiteralDelimiters:
301
- Enabled: true
302
-
303
- Layout/SpaceInsideRangeLiteral:
304
- Enabled: true
305
-
306
- Layout/SpaceInsideReferenceBrackets:
307
- Enabled: true
308
- EnforcedStyle: no_space
309
- EnforcedStyleForEmptyBrackets: no_space
310
-
311
- Layout/SpaceInsideStringInterpolation:
312
- Enabled: true
313
- EnforcedStyle: no_space
314
-
315
- Layout/TrailingEmptyLines:
316
- Enabled: true
317
- EnforcedStyle: final_newline
318
-
319
- Layout/TrailingWhitespace:
320
- Enabled: true
321
- AllowInHeredoc: true
322
-
323
- Lint/AmbiguousAssignment:
324
- Enabled: true
325
-
326
- Lint/AmbiguousOperator:
327
- Enabled: true
328
-
329
- Lint/AmbiguousOperatorPrecedence:
330
- Enabled: true
331
-
332
- Lint/AmbiguousRange:
333
- Enabled: true
334
- RequireParenthesesForMethodChains: true
335
-
336
- Lint/AmbiguousRegexpLiteral:
337
- Enabled: true
338
-
339
- Lint/AssignmentInCondition:
340
- Enabled: true
341
- AllowSafeAssignment: true
342
-
343
- Lint/BigDecimalNew:
344
- Enabled: true
345
-
346
- Lint/CircularArgumentReference:
347
- Enabled: true
348
-
349
- Lint/ConstantDefinitionInBlock:
350
- Enabled: true
351
-
352
- Lint/ConstantOverwrittenInRescue:
353
- Enabled: true
354
-
355
- Lint/Debugger:
356
- Enabled: true
357
-
358
- Lint/DeprecatedClassMethods:
359
- Enabled: true
360
-
361
- Lint/DeprecatedConstants:
362
- Enabled: true
363
-
364
- Lint/DeprecatedOpenSSLConstant:
365
- Enabled: true
366
-
367
- Lint/DisjunctiveAssignmentInConstructor:
368
- Enabled: true
369
-
370
- Lint/DuplicateCaseCondition:
371
- Enabled: true
372
-
373
- Lint/DuplicateHashKey:
374
- Enabled: true
375
-
376
- Lint/DuplicateMagicComment:
377
- Enabled: true
378
-
379
- Lint/DuplicateMatchPattern:
380
- Enabled: true
381
-
382
- Lint/DuplicateMethods:
383
- Enabled: true
384
-
385
- Lint/DuplicateRegexpCharacterClassElement:
386
- Enabled: true
387
-
388
- Lint/DuplicateRequire:
389
- Enabled: true
390
-
391
- Lint/DuplicateRescueException:
392
- Enabled: true
393
-
394
- Lint/EachWithObjectArgument:
395
- Enabled: true
396
-
397
- Lint/ElseLayout:
398
- Enabled: true
399
-
400
- Lint/EmptyBlock:
401
- Enabled: true
402
- AllowComments: true
403
- AllowEmptyLambdas: true
404
-
405
- Lint/EmptyConditionalBody:
406
- Enabled: true
407
- AllowComments: true
408
-
409
- Lint/EmptyEnsure:
410
- Enabled: true
411
-
412
- Lint/EmptyExpression:
413
- Enabled: true
414
-
415
- Lint/EmptyFile:
416
- Enabled: true
417
- AllowComments: true
418
-
419
- Lint/EmptyInPattern:
420
- Enabled: true
421
- AllowComments: true
422
-
423
- Lint/EmptyInterpolation:
424
- Enabled: true
425
-
426
- Lint/EnsureReturn:
427
- Enabled: true
428
-
429
- Lint/ErbNewArguments:
430
- Enabled: true
431
-
432
- Lint/FlipFlop:
433
- Enabled: true
434
-
435
- Lint/FloatComparison:
436
- Enabled: true
437
-
438
- Lint/FloatOutOfRange:
439
- Enabled: true
440
-
441
- Lint/FormatParameterMismatch:
442
- Enabled: true
443
-
444
- Lint/HashCompareByIdentity:
445
- Enabled: true
446
-
447
- Lint/HeredocMethodCallPosition:
448
- Enabled: true
449
-
450
- Lint/IdentityComparison:
451
- Enabled: true
452
-
453
- Lint/ImplicitStringConcatenation:
454
- Enabled: true
455
-
456
- Lint/IncompatibleIoSelectWithFiberScheduler:
457
- Enabled: true
458
-
459
- Lint/IneffectiveAccessModifier:
460
- Enabled: true
461
-
462
- Lint/InheritException:
463
- Enabled: true
464
-
465
- Lint/InterpolationCheck:
466
- Enabled: true
467
-
468
- Lint/ItWithoutArgumentsInBlock:
469
- Enabled: true
470
-
471
- Lint/LambdaWithoutLiteralBlock:
472
- Enabled: true
473
-
474
- Lint/LiteralAssignmentInCondition:
475
- Enabled: true
476
-
477
- Lint/LiteralInInterpolation:
478
- Enabled: true
479
-
480
- Lint/MissingCopEnableDirective:
481
- Enabled: true
482
-
483
- Lint/MultipleComparison:
484
- Enabled: true
485
-
486
- Lint/NestedPercentLiteral:
487
- Enabled: true
488
-
489
- Lint/NextWithoutAccumulator:
490
- Enabled: true
491
-
492
- Lint/NoReturnInBeginEndBlocks:
493
- Enabled: true
494
-
495
- Lint/NonAtomicFileOperation:
496
- Enabled: true
497
-
498
- Lint/NonDeterministicRequireOrder:
499
- Enabled: true
500
-
501
- Lint/NonLocalExitFromIterator:
502
- Enabled: true
503
-
504
- Lint/NumberedParameterAssignment:
505
- Enabled: true
506
-
507
- Lint/OrAssignmentToConstant:
508
- Enabled: true
509
-
510
- Lint/OrderedMagicComments:
511
- Enabled: true
512
-
513
- Lint/OutOfRangeRegexpRef:
514
- Enabled: true
515
-
516
- Lint/ParenthesesAsGroupedExpression:
517
- Enabled: true
518
-
519
- Lint/RaiseException:
520
- Enabled: true
521
-
522
- Lint/RandOne:
523
- Enabled: true
524
-
525
- Lint/RedundantCopDisableDirective:
526
- Enabled: true
527
-
528
- Lint/RedundantCopEnableDirective:
529
- Enabled: true
530
-
531
- Lint/RedundantDirGlobSort:
532
- Enabled: true
533
-
534
- Lint/RedundantRegexpQuantifiers:
535
- Enabled: true
536
-
537
- Lint/RedundantRequireStatement:
538
- Enabled: true
539
-
540
- Lint/RedundantSafeNavigation:
541
- Enabled: true
542
-
543
- Lint/RedundantSplatExpansion:
544
- Enabled: true
545
- AllowPercentLiteralArrayArgument: true
546
-
547
- Lint/RedundantStringCoercion:
548
- Enabled: true
549
-
550
- Lint/RedundantWithIndex:
551
- Enabled: true
552
-
553
- Lint/RedundantWithObject:
554
- Enabled: true
555
-
556
- Lint/RefinementImportMethods:
557
- Enabled: true
558
-
559
- Lint/RegexpAsCondition:
560
- Enabled: true
561
-
562
- Lint/RequireParentheses:
563
- Enabled: true
564
-
565
- Lint/RequireRangeParentheses:
566
- Enabled: true
567
-
568
- Lint/RequireRelativeSelfPath:
569
- Enabled: true
570
-
571
- Lint/RescueType:
572
- Enabled: true
573
-
574
- Lint/ReturnInVoidContext:
575
- Enabled: true
576
-
577
- Lint/SafeNavigationChain:
578
- Enabled: true
579
-
580
- Lint/SafeNavigationConsistency:
581
- Enabled: true
582
-
583
- Lint/SafeNavigationWithEmpty:
584
- Enabled: true
585
-
586
- Lint/ScriptPermission:
587
- Enabled: true
588
-
589
- Lint/SelfAssignment:
590
- Enabled: true
591
-
592
- Lint/SendWithMixinArgument:
593
- Enabled: true
594
-
595
- Lint/ShadowedException:
596
- Enabled: true
597
-
598
- Lint/StructNewOverride:
599
- Enabled: true
600
-
601
- Lint/SuppressedException:
602
- Enabled: true
603
- AllowNil: true
604
- AllowComments: true
605
-
606
- Lint/SymbolConversion:
607
- Enabled: true
608
- EnforcedStyle: strict
609
-
610
- Lint/Syntax:
611
- Enabled: true
612
-
613
- Lint/ToEnumArguments:
614
- Enabled: true
615
-
616
- Lint/ToJSON:
617
- Enabled: true
618
-
619
- Lint/TopLevelReturnWithArgument:
620
- Enabled: true
621
-
622
- Lint/TrailingCommaInAttributeDeclaration:
623
- Enabled: true
624
-
625
- Lint/TripleQuotes:
626
- Enabled: true
627
-
628
- Lint/UnderscorePrefixedVariableName:
629
- Enabled: true
630
-
631
- Lint/UnexpectedBlockArity:
632
- Enabled: true
633
-
634
- Lint/UnifiedInteger:
635
- Enabled: true
636
-
637
- Lint/UnmodifiedReduceAccumulator:
638
- Enabled: true
639
-
640
- Lint/UnreachableCode:
641
- Enabled: true
642
-
643
- Lint/UriEscapeUnescape:
644
- Enabled: true
645
-
646
- Lint/UriRegexp:
647
- Enabled: true
648
-
649
- Lint/UselessAccessModifier:
650
- Enabled: true
651
-
652
- Lint/UselessElseWithoutRescue:
653
- Enabled: true
654
-
655
- Lint/UselessMethodDefinition:
656
- Enabled: true
657
-
658
- Lint/UselessRescue:
659
- Enabled: true
660
-
661
- Lint/UselessRuby2Keywords:
662
- Enabled: true
663
-
664
- Lint/UselessSetterCall:
665
- Enabled: true
666
-
667
- Lint/UselessTimes:
668
- Enabled: true
669
-
670
- Migration/DepartmentName:
671
- Enabled: true
672
-
673
- Security/CompoundHash:
674
- Enabled: true
675
-
676
- Security/IoMethods:
677
- Enabled: true
678
-
679
- Security/JSONLoad:
680
- Enabled: true
681
-
682
- Security/Open:
683
- Enabled: true
684
-
685
- Security/YAMLLoad:
686
- Enabled: true
687
-
688
- Style/ArgumentsForwarding:
689
- Enabled: true
690
-
691
- Style/AccessModifierDeclarations:
692
- Enabled: true
693
- EnforcedStyle: inline
694
-
695
- Style/ComparableClamp:
696
- Enabled: true
697
-
698
- Style/DefWithParentheses:
699
- Enabled: true
700
-
701
- Style/Dir:
702
- Enabled: true
703
-
704
- Style/DirEmpty:
705
- Enabled: true
706
-
707
- Style/EachForSimpleLoop:
708
- Enabled: true
709
-
710
- Style/EachWithObject:
711
- Enabled: true
712
-
713
- Style/EmptyBlockParameter:
714
- Enabled: true
715
-
716
- Style/EmptyElse:
717
- Enabled: true
718
- EnforcedStyle: empty
719
-
720
- Style/EmptyHeredoc:
721
- Enabled: true
722
-
723
- Style/EmptyLambdaParameter:
724
- Enabled: true
725
-
726
- Style/EnvHome:
727
- Enabled: true
728
-
729
- Style/ExactRegexpMatch:
730
- Enabled: true
731
-
732
- Style/ExpandPathArguments:
733
- Enabled: true
734
-
735
- Style/FrozenStringLiteralComment:
736
- Enabled: true
737
- EnforcedStyle: always
738
- SafeAutoCorrect: true
739
-
740
- Style/HashExcept:
741
- Enabled: true
742
-
743
- Style/HashLikeCase:
744
- Enabled: true
745
-
746
- Style/HashSyntax:
747
- Enabled: true
748
- EnforcedStyle: no_mixed_keys
749
- EnforcedShorthandSyntax: always
750
-
751
- Style/HashTransformKeys:
752
- Enabled: true
753
-
754
- Style/HashTransformValues:
755
- Enabled: true
756
-
757
- Style/IfWithSemicolon:
758
- Enabled: true
759
-
760
- Style/InPatternThen:
761
- Enabled: true
762
-
763
- Style/MagicCommentFormat:
764
- Enabled: true
765
-
766
- Style/MapCompactWithConditionalBlock:
767
- Enabled: true
768
-
769
- Style/MapToHash:
770
- Enabled: true
771
-
772
- Style/MapToSet:
773
- Enabled: true
774
-
775
- Style/MethodCallWithoutArgsParentheses:
776
- Enabled: true
777
-
778
- Style/MethodDefParentheses:
779
- Enabled: true
780
- EnforcedStyle: require_parentheses
781
-
782
- Style/ModuleFunction:
783
- Enabled: true
784
- EnforcedStyle: extend_self
785
-
786
- Style/MultilineIfModifier:
787
- Enabled: true
788
-
789
- Style/NegatedUnless:
790
- Enabled: true
791
-
792
- Style/NegatedWhile:
793
- Enabled: true
794
-
795
- Style/NumberedParameters:
796
- Enabled: true
797
- EnforcedStyle: disallow
798
-
799
- Style/NumericLiteralPrefix:
800
- Enabled: true
801
- EnforcedOctalStyle: zero_with_o
802
-
803
- Style/ObjectThen:
804
- Enabled: true
805
- EnforcedStyle: then
806
-
807
- Style/OperatorMethodCall:
808
- Enabled: true
809
-
810
- Style/OrAssignment:
811
- Enabled: true
812
-
813
- Style/PreferredHashMethods:
814
- Enabled: true
815
- EnforcedStyle: short
816
-
817
- Style/Proc:
818
- Enabled: true
819
-
820
- Style/QuotedSymbols:
821
- Enabled: true
822
- EnforcedStyle: same_as_string_literals
823
-
824
- Style/RaiseArgs:
825
- Enabled: true
826
- EnforcedStyle: compact
827
-
828
- Style/RandomWithOffset:
829
- Enabled: true
830
-
831
- Style/RedundantArrayConstructor:
832
- Enabled: true
833
-
834
- Style/RedundantAssignment:
835
- Enabled: true
836
-
837
- Style/RedundantBegin:
838
- Enabled: true
839
-
840
- Style/RedundantCondition:
841
- Enabled: true
842
-
843
- Style/RedundantConditional:
844
- Enabled: true
845
-
846
- Style/RedundantCurrentDirectoryInPath:
847
- Enabled: true
848
-
849
- Style/RedundantDoubleSplatHashBraces:
850
- Enabled: true
851
-
852
- Style/RedundantEach:
853
- Enabled: true
854
-
855
- Style/RedundantException:
856
- Enabled: true
857
-
858
- Style/RedundantFileExtensionInRequire:
859
- Enabled: true
860
-
861
- Style/RedundantFilterChain:
862
- Enabled: true
863
-
864
- Style/RedundantFreeze:
865
- Enabled: true
866
-
867
- Style/RedundantHeredocDelimiterQuotes:
868
- Enabled: true
869
-
870
- Style/RedundantInitialize:
871
- Enabled: true
872
- AllowComments: true
873
-
874
- Style/RedundantInterpolation:
875
- Enabled: true
876
-
877
- Style/RedundantLineContinuation:
878
- Enabled: true
879
-
880
- Style/RedundantRegexpArgument:
881
- Enabled: true
882
-
883
- Style/RedundantRegexpCharacterClass:
884
- Enabled: true
885
-
886
- Style/RedundantRegexpConstructor:
887
- Enabled: true
888
-
889
- Style/RedundantRegexpEscape:
890
- Enabled: true
891
-
892
- Style/RedundantReturn:
893
- Enabled: true
894
- AllowMultipleReturnValues: true
895
-
896
- Style/RedundantSelf:
897
- Enabled: true
898
-
899
- Style/RedundantSelfAssignmentBranch:
900
- Enabled: true
901
-
902
- Style/RedundantSort:
903
- Enabled: true
904
-
905
- Style/RedundantSortBy:
906
- Enabled: true
907
-
908
- Style/RedundantStringEscape:
909
- Enabled: true
910
-
911
- Style/RegexpLiteral:
912
- Enabled: true
913
- EnforcedStyle: slashes
914
- AllowInnerSlashes: false
915
-
916
- Style/RescueModifier:
917
- Enabled: true
918
-
919
- Style/RescueStandardError:
920
- Enabled: true
921
- EnforcedStyle: implicit
922
-
923
- Style/SafeNavigation:
924
- Enabled: true
925
-
926
- Style/Sample:
927
- Enabled: true
928
-
929
- Style/SelfAssignment:
930
- Enabled: true
931
-
932
- Style/Semicolon:
933
- Enabled: true
934
- AllowAsExpressionSeparator: true
935
-
936
- Style/Send:
937
- Enabled: true
938
-
939
- Style/SendWithLiteralMethodName:
940
- Enabled: true
941
- AllowSend: true
942
-
943
- Style/SignalException:
944
- Enabled: true
945
- EnforcedStyle: only_raise
946
-
947
- Style/SingleArgumentDig:
948
- Enabled: true
949
-
950
- Style/SingleLineDoEndBlock:
951
- Enabled: true
952
-
953
- Style/SoleNestedConditional:
954
- Enabled: true
955
- AllowModifier: false
956
-
957
- Style/StabbyLambdaParentheses:
958
- Enabled: true
959
- EnforcedStyle: require_parentheses
960
-
961
- Style/StderrPuts:
962
- Enabled: true
963
-
964
- Style/StringChars:
965
- Enabled: true
966
-
967
- Style/StringConcatenation:
968
- Enabled: true
969
- Mode: aggressive
970
-
971
- Style/StringLiterals:
972
- Enabled: true
973
- EnforcedStyle: double_quotes
974
-
975
- Style/StringLiteralsInInterpolation:
976
- Enabled: true
977
- EnforcedStyle: single_quotes
978
-
979
- Style/Strip:
980
- Enabled: true
981
-
982
- Style/SuperArguments:
983
- Enabled: true
984
-
985
- Style/SuperWithArgsParentheses:
986
- Enabled: true
987
-
988
- Style/SwapValues:
989
- Enabled: true
990
-
991
- Style/SymbolLiteral:
992
- Enabled: true
993
-
994
- Style/SymbolProc:
995
- Enabled: true
996
- AllowMethodsWithArguments: false
997
- AllowComments: true
998
-
999
- Style/TernaryParentheses:
1000
- Enabled: true
1001
- EnforcedStyle: require_parentheses_when_complex
1002
- AllowSafeAssignment: true
1003
-
1004
- Style/TrailingBodyOnClass:
1005
- Enabled: true
1006
-
1007
- Style/TrailingBodyOnMethodDefinition:
1008
- Enabled: true
1009
-
1010
- Style/TrailingBodyOnModule:
1011
- Enabled: true
1012
-
1013
- Style/TrailingCommaInArrayLiteral:
1014
- Enabled: true
1015
- EnforcedStyleForMultiline: comma
1016
-
1017
- Style/TrailingCommaInBlockArgs:
1018
- Enabled: true
1019
-
1020
- Style/TrailingCommaInHashLiteral:
1021
- Enabled: true
1022
- EnforcedStyleForMultiline: comma
1023
-
1024
- Style/TrailingMethodEndStatement:
1025
- Enabled: true
1026
-
1027
- Style/TrailingUnderscoreVariable:
1028
- Enabled: true
1029
- AllowNamedUnderscoreVariables: true
1030
-
1031
- Style/UnlessElse:
1032
- Enabled: true
1033
-
1034
- Style/UnlessLogicalOperators:
1035
- Enabled: true
1036
- EnforcedStyle: forbid_mixed_logical_operators
1037
-
1038
- Style/UnpackFirst:
1039
- Enabled: true
1040
-
1041
- Style/VariableInterpolation:
1042
- Enabled: true
1043
-
1044
- Style/WhenThen:
1045
- Enabled: true
1046
-
1047
- Style/WhileUntilDo:
1048
- Enabled: true
1049
-
1050
- Style/YAMLFileRead:
1051
- Enabled: true