relnotes/v1.54.0.md
Lint/Debugger when using debugger method inside lambda. (@koic)Lint/MixedCaseRange when the number of characters at the start or end of range is other than 1. (@koic)NoMethodError for built-in language server when an internal error occurs. (@koic)Layout/LineEndStringConcatenationIndentation when inspecting the % from string %\n\n. (@koic)Layout/SpaceAroundOperators when using unary operator with double colon. (@koic)Style/IfWithSemicolon when without branch bodies. (@koic)Style/YodaCondition when equality check method is used without the first argument. (@koic)Style/RedundantRegexpArgument when using unicode chars. (@koic)Lint/Void cop for __ENCODING__ constant. (@fatkodima)