relnotes/v1.86.1.md
Style/AccessModifierDeclarations inline autocorrect dropping comments between the access modifier and the following method definition. (@dduugg)Lint/DuplicateMethods false positives for anonymous classes in constant assignments and method return values. (@eugeneius)Lint/DuplicateMethods false positives with anonymous classes inside blocks (e.g. RSpec let, describe). (@ShkumbinDelija)included_modules from Style/ModuleMemberExistenceCheck. (@koic)Style/RedundantLineContinuation when using interpolated string literals. (@koic)file_to_include? when a relative Include pattern matches a parent directory name in the absolute file path. (@jonas054)Layout/EmptyLineAfterGuardClause when consecutive guard clauses use and return. (@eugeneius)Lint/RedundantSafeNavigation when chained safe navigation is used in a conditional expression with InferNonNilReceiver enabled. (@koic)Style/RedundantParentheses when using parentheses around an endless range in assignment. (@koic)Style/RedundantParentheses handling of beginless ranges. (@oggy)Lint/Syntax zero-length diagnostic range for syntax errors at EOF. (@55728)Include path adjustment when local config overrides an inherited Include. (@jonas054)Layout/EndAlignment cop error on an empty begin. (@viralpraxis)Layout/LineLength when SplitStrings option is enabled and __FILE__ is used. (@jeromedalbert)Lint/UnusedMethodArgument false positive when block argument is used via yield. (@dduugg)