relnotes/v1.52.0.md
ComparisonsThreshold config option to Style/MultipleComparison. (@fatkodima)Style/RedundantArrayConstructor cop. (@koic)Style/RedundantRegexpConstructor cop. (@koic)Style/RedundantFilterChain cop. (@fatkodima)AllowedReceivers for Style/CollectionMethods. (@koic)Lint/RedundantSafeNavigation when &. is used for to_d. (@koic)Style/ExactRegexpMatch when using literal with quantifier in regexp. (@koic)Style/RequireOrder when single-quoted string and double-quoted string are mixed. (@koic)Style/SelectByRegexp when Ruby 2.2 or lower analysis. (@koic)Style/AccessorGrouping to accept macros separated from accessors by space. (@fatkodima)Lint/UselessAssignment when a variable is assigned with rest assignment and unreferenced. (@koic)Style/SingleLineMethods when using Ruby 3.0 and Style/EndlessMethod is disabled. (@koic)rubocop -V display rubocop-factory_bot version when using it. (@koic)Lint/InheritException when inheriting Exception with omitted namespace. (@koic)Style/MethodCallWithArgsParentheses with omit_parentheses enforced style. (@gsamokovarov)