relnotes/v1.85.0.md
mise.toml as source for TargetRubyVersion. (@kitsane)Lint/UnreachablePatternBranch cop. (@sferik)Style/FileOpen cop. (@sferik)Style/MapJoin cop. (@sferik)Style/OneClassPerFile cop. (@sferik)Style/PartitionInsteadOfDoubleSelect cop. (@sferik)Style/PredicateWithKind cop. (@sferik)Style/ReduceToHash cop. (@sferik)Style/RedundantMinMaxBy cop. (@sferik)Style/RedundantStructKeywordInit cop. (@koic)Style/SelectByKind cop. (@sferik)Style/SelectByRange cop. (@sferik)Style/TallyMethod cop. (@sferik)Lint/DataDefineOverride cop. (@bbatsov)InternalAffairs/ItblockHandler cop. (@bbatsov)Style/EmptyClassDefinition. (@koic)Style/NegatedWhile when the last expression of an until condition is negated. (@koic)Style/EmptyClassDefinition message wording. (@bbatsov)Lint/Void when nil is used in case branch. (@5hun-s)Style/IfUnlessModifier when modifier forms are used inside string interpolations. (@koic)Style/HashTransformKeys and Style/HashTransformValues. (@sferik)Lint/Void for each blocks where the return value may be meaningful (e.g., Enumerator#each). (@sferik)Layout/IndentationWidth false positive for chained method blocks when EnforcedStyleAlignWith is start_of_line. (@krororo)Lint/Void to detect void expressions in case/when branches. (@bbatsov)Parser::ClobberingError in Lint/UselessAssignment when autocorrecting a useless assignment that wraps a block containing another useless assignment. (@koic)Layout/MultilineAssignmentLayout when using numblock or itblock with SupportedTypes: ['block']. (@bbatsov)Layout/FirstHashElementIndentation. (@ydakuka)Layout/MultilineAssignmentLayout. (@sanfrecce-osaka)Lint/RedundantSafeNavigation when using &.respond_to? with methods defined on Object (e.g., :class). (@bbatsov)Lint/SafeNavigationConsistency autocorrect as unsafe. (@bbatsov)SyntaxError in Lint/InterpolationCheck when single quoted string contains double quotes with invalid interpolation. (@ydakuka)Style/HashAsLastArrayItem when multiline hash elements. (@koic)Style/EndlessMethod cop to consider receivers. (@fatkodima)class_definition to class_keyword in EnforcedStyle of Style/EmptyClassDefinition. (@koic)String.new with interpolated strings to Style/RedundantInterpolationUnfreeze. (@lovro-bikic)Style/RedundantParentheses. (@lovro-bikic)