relnotes/v1.14.0.md
Bundler/GemVersion requires or forbids specifying gem versions. (@timlkelly)TargetRubyVersion 3.1 (experimental). (@koic)Layout/SingleLineBlockChain. (@jonas054)Style/StringLiteral doesn't autocorrect global variable interpolation. (@etiennebarrie)Style/NegatedIfElseCondition. (@dvandersluis)Style/SingleLineMethods when defining setter method. (@koic)Lint/NumberConversion when :to_f is one of multiple method arguments. (@koic)Style/ClassAndModuleChildren false negative for compact style when a class/module is partially nested. (@dvandersluis)VariableForce to be able to handle case-match nodes. (@dvandersluis)Style/IfUnlessModifier when variable assignment is used in the branch body of if modifier. (@koic)Style/SoleNestedConditional when using nested if within unless foo == bar. (@koic)Style/StringLiteral autocorrects '\\' into "\\". (@etiennebarrie)Lint/UnusedBlockArgument. (@tejasbubane)Lint/UnreachableLoop when using conditional next in a loop. (@koic)