relnotes/v1.12.0.md
Style/StringChars cop. (@koic)AllowParenthesesInStringInterpolation configuration to Style/MethodCallWithArgsParentheses to allow parenthesized calls in string interpolation. (@gsamokovarov)AllowNil option for Lint/SuppressedException to allow/disallow rescue nil. (@corroded)Lint/ClassMethodsDefinitions when defining class methods with class << self with comment only body. (@koic)Style/UnlessLogicalOperators when using || operator and invoked method name includes "or" in the conditional branch. (@koic)Style/MethodCallWithArgsParentheses EnforcedStyle: omit_parentheses. (@gsamokovarov)Style/BisectedAttrAccessor autocorrection to handle multiple bisected attrs in the same macro. (@dvandersluis)Layout/IndentationConsistency when using access modifier at the top level. (@koic)Layout/IndentationWidth and Layout/RescueEnsureAlignment autocorrection. (@dvandersluis)Lint/NumberConversion when to_i method in symbol form. (@koic)Style/EvalWithLocation when using #instance_eval with a string argument in parentheses. (@koic)Style/NegatedIfElseCondition autocorrect to keep comments in correct branch. (@tejasbubane)Style/RedundantReturn when using return with splat argument. (@koic)Style/StructInheritance when extending instance of Struct without do ... end and class body is empty. (@koic)Style/AccessModifierDeclarations when using module_function with symbol. (@koic){}. (@koic)Style/CaseLikeIf when using include? without a receiver. (@koic)Style/ClassEqualityComparison when comparing Module#name for equality. (@koic)Style/SoleNestedConditional when using nested modifier on value assigned in condition. (@koic)Style/MethodCallWithArgsParentheses EnforcedStyle: omit_parentheses to fix invalid Ruby auto-correction. (@gsamokovarov)Style/RedundantSelf when a self receiver on an lvalue of mlhs arguments. (@koic)Naming/RescuedExceptionsVariableName to not register on inner rescues when nested. (@dvandersluis)Style/RedundantBegin aware of redundant begin/end blocks around memoization. (@koic)--stdin option. (@dvandersluis)