relnotes/v1.37.0.md
Lint/DuplicateMagicComment cop. (@koic)--no-exclude-limit CLI option. (@r7kamura)Style/StaticClass. (@FnControlOption)AllowedMethods and AllowedPatterns for Lint/NestedMethodDefinition. (@koic)Lint/DuplicateMethods for object singleton class. (@tdeo)rubocop command aware of --server option from .rubocop and RUBOCOP_OPTS. (@koic)Style/OperatorMethodCall cop. (@koic)Style/RedundantStringEscape cop. (@owst)--stderr. (@tdeo)Lint/RequireParentheses when using ternary operator in square brackets. (@koic)Style/AccessModifierDeclarations autocorrection. (@r7kamura)super method in Layout/FirstArgumentIndentation. (@tdeo)Style/RedundantRegexpCharacterClass when using starting with "\0" number. (@koic)Lint/SafeNavigationChain when safe navigation on the right-hand side of the arithmetic operator. (@ydah)Style/MethodCallWithArgsParentheses with omit_parentheses. (@gsamokovarov)Style/ParallelAssignment when using parallel assignment in singleton method. (@koic)Style/RedundantBegin when using endless method definition for begin with multiple statements. (@koic)Lint/RedundantDirGlobSort when using Dir.glob with multiple arguments. (@koic)RedundantInitialize cop. (@HeroProtagonist)Style/SymbolArray and Style/WordArray when empty percent array. (@ydah)Style/RedundantCondition when using redundant brackets access condition. (@koic)Style/CollectionCompact when using to_enum.reject or lazy.reject methods with Ruby 3.0 or lower. (@koic)Lint/EmptyConditionalBody that causes a SyntaxError when missing if and else body. (@ydah)Style/SafeNavigationChain when using +@ and -@ methods. (@koic)Style/HashSyntax when without parentheses call expr follows after nested method call. (@koic)Lint/DuplicateRegexpCharacterClassElement when using regexp character starts with escaped zero number. (@koic)Lint/UnusedMethodArgument and Style::ExplicitBlockArgument when autocorrection conflicts for &block argument. (@koic)Lint/RedundantCopDisableDirective when disable directive contains free comment. (@koic)Style/AccessorGrouping autocorrection. (@r7kamura)Layout/SpaceInsideArrayLiteralBrackets. (@tdeo)Style/NegatedIfElseCondition also checks negative conditions inside parentheses. (@tsugimoto)Lint/OrderedMagicComments as unsafe autocorrection. (@koic)Lint/RedundantRequireStatement aware of pp, ruby2_keywords, and fiber. (@koic)Layout/SpaceInsideHashLiteralBraces. (@r7kamura)