relnotes/v1.46.0.md
Layout/LineContinuationSpacing when using percent literals. (@koic)Lint/Debugger when p is an argument of method call. (@koic)Lint/ToEnumArguments when enumerator is not created for __callee__ and __callee__ methods. (@koic)Layout/HeredocArgumentClosingParenthesis when heredoc is a method argument in a parenthesized block argument. (@koic)Lint/UselessRescue when rescue does not exception variable and ensure has empty body. (@koic)Lint/RefinementImportMethods when using include on the top level. (@koic)Layout/HeredocArgumentClosingParenthesis when heredoc is a branch body in a method argument of a parenthesized argument. (@koic)Layout/EndAlignment false negative. (@j-miyake)Style/ArrayIntersect as unsafe. (@koic)Style/RedundantRegexpCharacterClass when using octal escapes (e.g. "\0"). (@jaynetics)ruby2_keywords in Style/DocumentationMethod cop. (@fatkodima)Naming/VariableNumber to allow x86_64 CPU architecture name by default. (@koic)Style/AccessorGrouping aware of method call before accessor. (@koic)Style/WordArray complex matrix check. (@sambostock)Lint/OutOfRangeRegexpRef cop. (@fatkodima)Lint/Debugger. (@koic)