relnotes/v1.47.0.md
Lint/LiteralInInterpolation. (@KessaPassa)Metrics/CollectionLiteralLength cop. (@sambostock)Lint/MissingSuper when no super call with Class.new block. (@koic)Lint/MissingSuper when using Class.new without parent class argument. (@koic)Style/IfUnlessModifier when defined?'s argument value is undefined. (@koic)Style/RedundantRegexpEscape when an escaped hyphen follows after an escaped opening square bracket within a character class. (@SparLaimor)Style/ZeroLengthPredicate when using File.new(path).size.zero?. (@koic)Lint/ConstantResolution when using __ENCODING__. (@koic)Lint/EmptyConditionalBody when missing if body and using method call for return value. (@koic)Style/ArgumentsForwarding when using arguments forwarding for .() call. (@koic)Layout/ClassStructure using heredoc inside method. (@fatkodima)while and until expressions in Lint/UselessAssignment. (@bfad)--only flag with --auto-gen-config. (@istvanfazakas)