relnotes/v1.65.1.md
Naming/PredicateName to check that all ForbiddenPrefixes are being checked. (@maxjacobson)Lint/FloatComparison when comparing with rational literal. (@koic)Lint/UselessAssignment when same name variables are assigned using chained assignment. (@koic)Style/InvertibleUnlessCondition when using empty parenthesis as condition. (@earlopain)fileutils before calculating before_us. (@r7kamura)Lint/ImplicitStringConcatenation when using adjacent string interpolation literals on the same line. (@koic)Style/GlobalStdStream when using namespaced constants like Foo::STDOUT. (@earlopain)Style/ZeroLengthPredicate when using safe navigation and non-zero comparison. (@fatkodima)Lint/UselessAssignment when pattern match variable is assigned and used in a block. (@koic)Naming/RescuedExceptionsVariableName when using hash value omission. (@koic)