@@ -162,6 +162,8 @@ Lint/AmbiguousRange:
162162 Enabled : true
163163Lint/ConstantOverwrittenInRescue :
164164 Enabled : true
165+ Lint/ConstantReassignment :
166+ Enabled : true
165167Lint/DeprecatedConstants :
166168 Enabled : true
167169Lint/DuplicateBranch :
@@ -172,12 +174,16 @@ Lint/DuplicateMatchPattern:
172174 Enabled : true
173175Lint/DuplicateRegexpCharacterClassElement :
174176 Enabled : true
177+ Lint/DuplicateSetElement :
178+ Enabled : true
175179Lint/EmptyBlock :
176180 Enabled : true
177181Lint/EmptyClass :
178182 Enabled : true
179183Lint/EmptyInPattern :
180184 Enabled : true
185+ Lint/HashNewWithKeywordArgumentsAsDefault :
186+ Enabled : true
181187Lint/IncompatibleIoSelectWithFiberScheduler :
182188 Enabled : true
183189Lint/ItWithoutArgumentsInBlock :
@@ -194,6 +200,8 @@ Lint/NonAtomicFileOperation:
194200 Enabled : true
195201Lint/NumberedParameterAssignment :
196202 Enabled : true
203+ Lint/NumericOperationWithConstantResult :
204+ Enabled : true
197205Lint/OrAssignmentToConstant :
198206 Enabled : true
199207Lint/RedundantDirGlobSort :
@@ -206,16 +214,22 @@ Lint/RequireRangeParentheses:
206214 Enabled : true
207215Lint/RequireRelativeSelfPath :
208216 Enabled : true
217+ Lint/SharedMutableDefault :
218+ Enabled : true
209219Lint/SymbolConversion :
210220 Enabled : true
211221Lint/ToEnumArguments :
212222 Enabled : true
213223Lint/TripleQuotes :
214224 Enabled : true
225+ Lint/UnescapedBracketInRegexp :
226+ Enabled : true
215227Lint/UnexpectedBlockArity :
216228 Enabled : true
217229Lint/UnmodifiedReduceAccumulator :
218230 Enabled : true
231+ Lint/UselessDefined :
232+ Enabled : true
219233Lint/UselessRescue :
220234 Enabled : true
221235Lint/UselessRuby2Keywords :
@@ -228,18 +242,26 @@ Security/CompoundHash:
228242 Enabled : true
229243Security/IoMethods :
230244 Enabled : true
245+ Style/AmbiguousEndlessMethodDefinition :
246+ Enabled : true
231247Style/ArgumentsForwarding :
232248 Enabled : true
233249Style/ArrayIntersect :
234250 Enabled : true
251+ Style/BitwisePredicate :
252+ Enabled : true
235253Style/CollectionCompact :
236254 Enabled : true
255+ Style/CombinableDefined :
256+ Enabled : true
237257Style/ComparableClamp :
238258 Enabled : true
239259Style/ConcatArrayLiterals :
240260 Enabled : true
241261Style/DataInheritance :
242262 Enabled : true
263+ Style/DigChain :
264+ Enabled : true
243265Style/DirEmpty :
244266 Enabled : true
245267Style/DocumentDynamicEvalDefinition :
@@ -256,8 +278,12 @@ Style/FetchEnvVar:
256278 Enabled : true
257279Style/FileEmpty :
258280 Enabled : true
281+ Style/FileNull :
282+ Enabled : true
259283Style/FileRead :
260284 Enabled : true
285+ Style/FileTouch :
286+ Enabled : true
261287Style/FileWrite :
262288 Enabled : true
263289Style/HashConversion :
@@ -268,6 +294,10 @@ Style/IfWithBooleanLiteralBranches:
268294 Enabled : true
269295Style/InPatternThen :
270296 Enabled : true
297+ Style/ItAssignment :
298+ Enabled : true
299+ Style/KeywordArgumentsMerging :
300+ Enabled : true
271301Style/MagicCommentFormat :
272302 Enabled : true
273303Style/MapCompactWithConditionalBlock :
@@ -328,6 +358,8 @@ Style/RedundantStringEscape:
328358 Enabled : true
329359Style/ReturnNilInPredicateMethodDefinition :
330360 Enabled : true
361+ Style/SafeNavigationChainLength :
362+ Enabled : true
331363Style/SelectByRegexp :
332364 Enabled : true
333365Style/StringChars :
@@ -528,6 +560,8 @@ RSpec/SpecFilePathFormat:
528560 Enabled : true
529561RSpec/SpecFilePathSuffix :
530562 Enabled : true
563+ RSpec/StringAsInstanceDoubleConstant :
564+ Enabled : true
531565RSpec/SubjectDeclaration :
532566 Enabled : true
533567RSpec/VerifiedDoubleReference :
0 commit comments