relnotes/v1.26.0.md
Style/NestedFileDirname cop. (@koic)TargetRubyVersion 3.2 (experimental). (@koic)Lint/InheritException when inheriting a standard lib exception class that is not a subclass of StandardError. (@koic)Style/DefWithParentheses aware of endless method definition. (@koic)Style/HashSyntax when local variable hash key and hash value are the same. (@koic)Security/YamlLoad when using Ruby 3.1+ (Psych 4). (@koic)Style/StringConcatenation when string concatenation with multiline heredoc text. (@koic)Lint/UselessTimes when using 1.times with method chain. (@koic)Lint/InheritException as unsafe auto-correction. (@koic)EnforcedStyle from runtime_error to standard_error for Lint/InheritException. (@koic)Style/For as unsafe auto-correction. (@issyl0)--fail-level CLI option. (@tejasbubane)