relnotes/v1.60.0.md
Style/MultilineTernaryOperator when using a method call as a ternary operator condition with a line break between receiver and method. (@koic)Style/RedundantLineContinuation when line continuations for multiline leading dot method chain with a blank line. (@koic)Style/MethodCallWithArgsParentheses omit_parentheses style. (@gsamokovarov)Layout/EndAlignment when misaligned in singleton class assignments with EnforcedStyleAlignWith: variable. (@koic)Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment. (@koic)Lint/ShadowedArgument when self assigning to a block argument in for. (@koic)Style/IdenticalConditionalBranches when using if...else with identical leading lines that assign to self.foo. (@koic)EnforcedStyle: omit_parentheses of Style/MethodCallWithArgsParentheses with Style/SuperWithArgsParentheses. (@koic)Style/MapToHash when using map.to_h without receiver. (@koic)--auto-gen-config generate Exclude when Max is overridden. (@jonas054)Lint/MixedRegexpCaptureTypes when using look-ahead matcher. (@marocchino)Style/RedundantParentheses when regexp literal attempts to match against a parenthesized condition. (@koic)Lint/LiteralAssignmentInCondition when a collection literal contains non-literal elements. (@koic)Naming/BlockForwarding when using explicit block forwarding in block method. (@koic)Style/RedundantParentheses when AllowInMultilineConditions: true of Style/ParenthesesAroundCondition. (@koic)Style/ArgumentsForwarding when rest arguments forwarding to a method in block. (@koic)Style/HashEachMethods when rest block argument of Enumerable#each method is used. (@koic)Style/ParenthesesAroundCondition. (@koic)Style/RedundantParentheses when parentheses are used around a semantic operator in expressions within assignments. (@koic)Style/ArgumentsForwarding when a block is forwarded but other args aren't. (@dvandersluis)Layout/LineContinuationLeadingSpace. (@eugeneius)Style/EachForSimpleLoop accept block with no parameters. (@koic)Security/Open when open with a literal string starting with a pipe. (@koic)Style/RedundantEach aware of safe navigation operator. (@koic)Style/SlicingWithRange aware of redundant and beginless range. (@koic)EnforcedStyle options when --no-auto-gen-enforced-style is given. (@kpost)