relnotes/v1.86.2.md
Style/HashLookupMethod when chaining fetch (or []) calls on the same expression. (@koic)Style/ReduceToHash when nested each_with_object/inject/reduce calls would build hashes. (@koic)Style/SoleNestedConditional when autocorrecting nested conditionals containing comments. (@koic)constants from Style/ModuleMemberExistenceCheck. (@t-daisuke)Style/RedundantSelf when an explicit self receiver in one scope matches the LHS of an ||=, &&=, or op_asgn in another scope. (@koic)Lint/RequireRelativeSelfPath when a non-.rb file uses require_relative with its own basename. (@koic)Layout/ClosingParenthesisIndentation and Layout/CommentIndentation. (@koic)Lint/RedundantSafeNavigation when safe navigation appears in rescue or ensure bodies. (@koic)Lint/RedundantSafeNavigation when safe navigation appears in the body of unless. (@koic)Style/Copyright when Notice pattern starts with \A#, uses \s metacharacters, or has multiple spaces after #. (@koic)Style/DocumentDynamicEvalDefinition when the heredoc contains an escaped interpolation (\#{...}). (@eyupcanakman)--out disables parallelization. (@deivid-rodriguez)TargetFinder to work correctly inside hidden parent directories. (@alpaca-tc)FrozenError in DisabledConfigFormatter for frozen array config parameters. (@koic)Gemspec/RequireMFA causing an infinite loop when rubygems_mfa_required metadata uses a symbol key. (@koic)--disable-uncorrectable and offense near heredoc. (@jonas054)Layout/MultilineMethodCallIndentation when a dot-aligned method chain is inside a hash pair value. (@nicolas-finary)Lint/MissingCopEnableDirective when # rubocop:disable is wrapped in a # rubocop:push / # rubocop:pop block. (@koic)Style/RegexpLiteral when the regexp contains unbalanced braces that conflict with the preferred %r delimiters. (@koic)Style/Copyright when AutocorrectNotice lacks a # prefix or Notice pattern starts with ^#. (@koic)Style/IfInsideElse autocorrect moving comments into the wrong branch when a comment precedes the nested if in an else. (@hammadxcm)Style/WhileUntilModifier when the body is a conditional. (@fujitanisora)