@@ -237,6 +237,7 @@ In the following section you find all available cops:
237237* xref:cops_lint.adoc#lintconstantreassignment[Lint/ConstantReassignment]
238238* xref:cops_lint.adoc#lintconstantresolution[Lint/ConstantResolution]
239239* xref:cops_lint.adoc#lintcopdirectivesyntax[Lint/CopDirectiveSyntax]
240+ * xref:cops_lint.adoc#lintdatadefineoverride[Lint/DataDefineOverride]
240241* xref:cops_lint.adoc#lintdebugger[Lint/Debugger]
241242* xref:cops_lint.adoc#lintdeprecatedclassmethods[Lint/DeprecatedClassMethods]
242243* xref:cops_lint.adoc#lintdeprecatedconstants[Lint/DeprecatedConstants]
@@ -354,6 +355,7 @@ In the following section you find all available cops:
354355* xref:cops_lint.adoc#lintunmodifiedreduceaccumulator[Lint/UnmodifiedReduceAccumulator]
355356* xref:cops_lint.adoc#lintunreachablecode[Lint/UnreachableCode]
356357* xref:cops_lint.adoc#lintunreachableloop[Lint/UnreachableLoop]
358+ * xref:cops_lint.adoc#lintunreachablepatternbranch[Lint/UnreachablePatternBranch]
357359* xref:cops_lint.adoc#lintunusedblockargument[Lint/UnusedBlockArgument]
358360* xref:cops_lint.adoc#lintunusedmethodargument[Lint/UnusedMethodArgument]
359361* xref:cops_lint.adoc#linturiescapeunescape[Lint/UriEscapeUnescape]
@@ -505,6 +507,7 @@ In the following section you find all available cops:
505507* xref:cops_style.adoc#stylefetchenvvar[Style/FetchEnvVar]
506508* xref:cops_style.adoc#stylefileempty[Style/FileEmpty]
507509* xref:cops_style.adoc#stylefilenull[Style/FileNull]
510+ * xref:cops_style.adoc#stylefileopen[Style/FileOpen]
508511* xref:cops_style.adoc#stylefileread[Style/FileRead]
509512* xref:cops_style.adoc#stylefiletouch[Style/FileTouch]
510513* xref:cops_style.adoc#stylefilewrite[Style/FileWrite]
@@ -550,6 +553,7 @@ In the following section you find all available cops:
550553* xref:cops_style.adoc#stylemagiccommentformat[Style/MagicCommentFormat]
551554* xref:cops_style.adoc#stylemapcompactwithconditionalblock[Style/MapCompactWithConditionalBlock]
552555* xref:cops_style.adoc#stylemapintoarray[Style/MapIntoArray]
556+ * xref:cops_style.adoc#stylemapjoin[Style/MapJoin]
553557* xref:cops_style.adoc#stylemaptohash[Style/MapToHash]
554558* xref:cops_style.adoc#stylemaptoset[Style/MapToSet]
555559* xref:cops_style.adoc#stylemethodcallwithargsparentheses[Style/MethodCallWithArgsParentheses]
@@ -594,6 +598,7 @@ In the following section you find all available cops:
594598* xref:cops_style.adoc#stylenumericliterals[Style/NumericLiterals]
595599* xref:cops_style.adoc#stylenumericpredicate[Style/NumericPredicate]
596600* xref:cops_style.adoc#styleobjectthen[Style/ObjectThen]
601+ * xref:cops_style.adoc#styleoneclassperfile[Style/OneClassPerFile]
597602* xref:cops_style.adoc#styleonelineconditional[Style/OneLineConditional]
598603* xref:cops_style.adoc#styleopenstructuse[Style/OpenStructUse]
599604* xref:cops_style.adoc#styleoperatormethodcall[Style/OperatorMethodCall]
@@ -603,14 +608,17 @@ In the following section you find all available cops:
603608* xref:cops_style.adoc#styleorassignment[Style/OrAssignment]
604609* xref:cops_style.adoc#styleparallelassignment[Style/ParallelAssignment]
605610* xref:cops_style.adoc#styleparenthesesaroundcondition[Style/ParenthesesAroundCondition]
611+ * xref:cops_style.adoc#stylepartitioninsteadofdoubleselect[Style/PartitionInsteadOfDoubleSelect]
606612* xref:cops_style.adoc#stylepercentliteraldelimiters[Style/PercentLiteralDelimiters]
607613* xref:cops_style.adoc#stylepercentqliterals[Style/PercentQLiterals]
608614* xref:cops_style.adoc#styleperlbackrefs[Style/PerlBackrefs]
615+ * xref:cops_style.adoc#stylepredicatewithkind[Style/PredicateWithKind]
609616* xref:cops_style.adoc#stylepreferredhashmethods[Style/PreferredHashMethods]
610617* xref:cops_style.adoc#styleproc[Style/Proc]
611618* xref:cops_style.adoc#stylequotedsymbols[Style/QuotedSymbols]
612619* xref:cops_style.adoc#styleraiseargs[Style/RaiseArgs]
613620* xref:cops_style.adoc#stylerandomwithoffset[Style/RandomWithOffset]
621+ * xref:cops_style.adoc#stylereducetohash[Style/ReduceToHash]
614622* xref:cops_style.adoc#styleredundantargument[Style/RedundantArgument]
615623* xref:cops_style.adoc#styleredundantarrayconstructor[Style/RedundantArrayConstructor]
616624* xref:cops_style.adoc#styleredundantarrayflatten[Style/RedundantArrayFlatten]
@@ -634,6 +642,7 @@ In the following section you find all available cops:
634642* xref:cops_style.adoc#styleredundantinterpolation[Style/RedundantInterpolation]
635643* xref:cops_style.adoc#styleredundantinterpolationunfreeze[Style/RedundantInterpolationUnfreeze]
636644* xref:cops_style.adoc#styleredundantlinecontinuation[Style/RedundantLineContinuation]
645+ * xref:cops_style.adoc#styleredundantminmaxby[Style/RedundantMinMaxBy]
637646* xref:cops_style.adoc#styleredundantparentheses[Style/RedundantParentheses]
638647* xref:cops_style.adoc#styleredundantpercentq[Style/RedundantPercentQ]
639648* xref:cops_style.adoc#styleredundantregexpargument[Style/RedundantRegexpArgument]
@@ -647,6 +656,7 @@ In the following section you find all available cops:
647656* xref:cops_style.adoc#styleredundantsort[Style/RedundantSort]
648657* xref:cops_style.adoc#styleredundantsortby[Style/RedundantSortBy]
649658* xref:cops_style.adoc#styleredundantstringescape[Style/RedundantStringEscape]
659+ * xref:cops_style.adoc#styleredundantstructkeywordinit[Style/RedundantStructKeywordInit]
650660* xref:cops_style.adoc#styleregexpliteral[Style/RegexpLiteral]
651661* xref:cops_style.adoc#stylerequireorder[Style/RequireOrder]
652662* xref:cops_style.adoc#stylerescuemodifier[Style/RescueModifier]
@@ -657,6 +667,8 @@ In the following section you find all available cops:
657667* xref:cops_style.adoc#stylesafenavigation[Style/SafeNavigation]
658668* xref:cops_style.adoc#stylesafenavigationchainlength[Style/SafeNavigationChainLength]
659669* xref:cops_style.adoc#stylesample[Style/Sample]
670+ * xref:cops_style.adoc#styleselectbykind[Style/SelectByKind]
671+ * xref:cops_style.adoc#styleselectbyrange[Style/SelectByRange]
660672* xref:cops_style.adoc#styleselectbyregexp[Style/SelectByRegexp]
661673* xref:cops_style.adoc#styleselfassignment[Style/SelfAssignment]
662674* xref:cops_style.adoc#stylesemicolon[Style/Semicolon]
@@ -687,6 +699,7 @@ In the following section you find all available cops:
687699* xref:cops_style.adoc#stylesymbolarray[Style/SymbolArray]
688700* xref:cops_style.adoc#stylesymbolliteral[Style/SymbolLiteral]
689701* xref:cops_style.adoc#stylesymbolproc[Style/SymbolProc]
702+ * xref:cops_style.adoc#styletallymethod[Style/TallyMethod]
690703* xref:cops_style.adoc#styleternaryparentheses[Style/TernaryParentheses]
691704* xref:cops_style.adoc#styletoplevelmethoddefinition[Style/TopLevelMethodDefinition]
692705* xref:cops_style.adoc#styletrailingbodyonclass[Style/TrailingBodyOnClass]
0 commit comments