relnotes/v1.13.0.md
Layout/RedundantLineBreak cop. (@jonas054)InspectBlocks to Layout/RedundantLineBreak. (@jonas054)IgnoredMethods option for Lint/AmbiguousBlockAssociation. (@gprado)restrictive_version_specifiers option in Bundler/GemComment cop. (@RobinDaugherty)Include parameters. (@jonas054)Style/IfUnlessModifier when using a method with heredoc argument. (@koic)Style/RedundantBegin when using modifier if single statement in begin block. (@koic)Style/StructInheritance when extending instance of Struct without do ... end and class body is empty and single line definition. (@koic)Style/MethodCallWithArgsParentheses with omit_parentheses style on an endless defs node. (@dvandersluis)Style/StringChars when using split without parentheses. (@koic)Style/HashConversion when Hash[] as a method argument without parentheses. (@koic)Style/SingleLineMethods when single line method call without parentheses. (@koic)Style/HashConversion when using zip method without argument in Hash[]. (@koic)EnforcedStyle: require_parentheses of Style/MethodCallWithArgsParentheses with Style/RescueModifier. (@koic)--auto-correct, --auto-gen-config, or -F/--fail-fast. Previously, an error was raised and execution stopped. (@rrosenblum)