@@ -219,23 +219,17 @@ Lint/IncompatibleIoSelectWithFiberScheduler:
219
219
Lint/InterpolationCheck :
220
220
Enabled : false
221
221
222
- <% if rubocop_version >= "1.59" % >
223
222
Lint/ItWithoutArgumentsInBlock :
224
223
Enabled : true
225
- <% end % >
226
224
227
225
Lint/LambdaWithoutLiteralBlock :
228
226
Enabled : false
229
227
230
- <% if rubocop_version >= "1.58" % >
231
228
Lint/LiteralAssignmentInCondition :
232
229
Enabled : true
233
- <% end % >
234
230
235
- <% if rubocop_version >= "1.53" % >
236
231
Lint/MixedCaseRange :
237
232
Enabled : true
238
- <% end % >
239
233
240
234
Lint/MixedRegexpCaptureTypes :
241
235
Enabled : false
@@ -275,10 +269,8 @@ Lint/RaiseException:
275
269
Lint/RedundantDirGlobSort :
276
270
Enabled : false
277
271
278
- <% if rubocop_version >= "1.53" % >
279
272
Lint/RedundantRegexpQuantifiers :
280
273
Enabled : true
281
- <% end % >
282
274
283
275
Lint/RedundantRequireStatement :
284
276
Enabled : false
@@ -832,10 +824,8 @@ Style/RandomWithOffset:
832
824
Style/RedundantArgument :
833
825
Enabled : false
834
826
835
- <% if rubocop_version >= "1.52" % >
836
827
Style/RedundantArrayConstructor :
837
828
Enabled : true
838
- <% end % >
839
829
840
830
Style/RedundantAssignment :
841
831
Enabled : false
@@ -849,10 +839,8 @@ Style/RedundantConditional:
849
839
Style/RedundantConstantBase :
850
840
Enabled : true
851
841
852
- <% if rubocop_version >= "1.53" % >
853
842
Style/RedundantCurrentDirectoryInPath :
854
843
Enabled : true
855
- <% end % >
856
844
857
845
Style/RedundantDoubleSplatHashBraces :
858
846
Enabled : true
@@ -866,10 +854,8 @@ Style/RedundantFetchBlock:
866
854
Style/RedundantFileExtensionInRequire :
867
855
Enabled : false
868
856
869
- <% if rubocop_version >= "1.52" % >
870
857
Style/RedundantFilterChain :
871
858
Enabled : true
872
- <% end % >
873
859
874
860
<% if rubocop_version >= "1.72" % >
875
861
Style/RedundantFormat :
@@ -890,18 +876,14 @@ Style/RedundantInterpolationUnfreeze:
890
876
Style/RedundantLineContinuation :
891
877
Enabled : true
892
878
893
- <% if rubocop_version >= "1.53" % >
894
879
Style/RedundantRegexpArgument :
895
880
Enabled : true
896
- <% end % >
897
881
898
882
Style/RedundantRegexpCharacterClass :
899
883
Enabled : false
900
884
901
- <% if rubocop_version >= "1.52" % >
902
885
Style/RedundantRegexpConstructor :
903
886
Enabled : true
904
- <% end % >
905
887
906
888
Style/RedundantRegexpEscape :
907
889
Enabled : false
@@ -927,10 +909,8 @@ Style/RescueStandardError:
927
909
Style/ReturnNil :
928
910
Enabled : true
929
911
930
- <% if rubocop_version >= "1.53" % >
931
912
Style/ReturnNilInPredicateMethodDefinition :
932
913
Enabled : true
933
- <% end % >
934
914
935
915
<% if rubocop_version >= "1.68" % >
936
916
Style/SafeNavigationChainLength :
@@ -948,10 +928,8 @@ Style/SendWithLiteralMethodName:
948
928
Style/SingleArgumentDig :
949
929
Enabled : false
950
930
951
- <% if rubocop_version >= "1.57" % >
952
931
Style/SingleLineDoEndBlock :
953
932
Enabled : true
954
- <% end % >
955
933
956
934
Style/SlicingWithRange :
957
935
Enabled : false
@@ -982,10 +960,8 @@ Style/SuperArguments:
982
960
Enabled : false
983
961
<% end % >
984
962
985
- <% if rubocop_version >= "1.58" % >
986
963
Style/SuperWithArgsParentheses :
987
964
Enabled : true
988
- <% end % >
989
965
990
966
Style/SwapValues :
991
967
Enabled : false
@@ -1017,10 +993,8 @@ Style/UnpackFirst:
1017
993
Style/WordArray :
1018
994
EnforcedStyle : brackets
1019
995
1020
- <% if rubocop_version >= "1.53" % >
1021
996
Style/YAMLFileRead :
1022
997
Enabled : true
1023
- <% end % >
1024
998
1025
999
Style/YodaCondition :
1026
1000
Enabled : false
0 commit comments