relnotes/v1.45.0.md
Style/RedundantHeredocDelimiterQuotes cop. (@koic)--no-detach option for --start-server. This will start the server process in the foreground, which can be helpful when running within Docker where detaching the process terminates the container. (@f1sherman)Lint/UselessAccessModifier aware of Ruby 3.2's Data.define. (@koic)--profile and --memory options. (@fatkodima)Lint/UselessAssignment. (@gsamokovarov)Naming/HeredocDelimiterNaming when using lowercase. (@koic)Style/YodaCondition when using constant. (@koic)Style/YodaExpression when using constant. (@koic)Lint/FormatParameterMismatch when using Kernel.format with the interpolated number of decimal places fields match. (@koic)Lint/NestedMethodDefinition when using numbered parameter. (@koic)Style/NumberedParametersLimit when only _2 or higher numbered parameter is used. (@koic)Style/OperatorMethodCall when using multiple arguments for operator method. (@koic)Style/RedundantCondition when using method argument with operator. (@koic)Layout/ClassStructure when definitions that need to be sorted are defined alternately. (@ydah)Style/AccessModifierDeclarations when multiple groupable access modifiers are defined. (@ydah)Style/MultilineTernaryOperator when contains a comment. (@ydah)Style/ArgumentsForwarding. (@splattael)Lint/NestedMethodDefinition when using Ruby 3.2's Data.define. (@koic)Layout/ArrayAlignment when using assigning unbracketed array elements. (@koic)initialize method in Style/DocumentationMethod. (@koic)Layout/LineContinuationLeadingSpace. (@eugeneius)Layout/AssignmentIndentation as safe and Lint/AssignmentInCondition as unsafe for autocorrection. (@eugeneius)Lint/Debugger aware of p, PP.pp, and pp methods. (@koic)bundler from default AllowedGems of Gemspec/DevelopmentDependencies. (@koic)