relnotes/v1.61.0.md
--editor-mode CLI option. (@koic)AutoCorrect: contextual option for LSP. (@koic)OffenseCountFormatter display autocorrection information. (@koic)RuboCop::LSP.enable API to enable LSP mode. (@koic).rubocop.yml and rubocop/config.yml in compliance with dot-config. (@koic)Style/ArgumentsForwarding when using block arg forwarding to within block with Ruby 3.3.0. (@koic)Gemspec/RequiredRubyVersion when required_ruby_version is specified with Gem::Requirement.new and is higher than TargetRubyVersion. (@koic)Style/CaseLikeIf when using == with literal and using ternary operator. (@koic)Lint/EmptyConditionalBody when missing if body with conditional else body. (@koic)Style/MapCompactWithConditionalBlock when using guard clause with next implicitly nil. (@koic)Style/ObjectThen when using yield_self without receiver. (@koic)--auto-gen-config bug for Layout/SpaceBeforeBlockBraces. (@jonas054)Style/CommentedKeyword. (@jonas054)Include from inherited file in a parent directory. (@jonas054)Layout/RedundantLineBreak when using index access call chained on multiline hash literal. (@koic)Style/MultilineTernaryOperator when nesting multiline ternary operators. (@koic)Style/RedundantAssignment when using pattern matching. (@koic)Style/RedundantReturn when using pattern matching. (@koic)Lint/RedundantSafeNavigation when using safe navigation operator for literal receiver. (@koic)Style/ArgumentsForwarding when using forwardable block arguments with Ruby 3.2+. (@koic)Lint/Void when each block with conditional expressions that has multiple statements. (@koic)Style/InverseMethods when using relational comparison operator with safe navigation. (@koic)Style/InvertibleUnlessCondition. (@sambostock)omit_parentheses Style/MethodCallWithArgsParentheses. (@gsamokovarov)Style/RaiseArgs as unsafe. (@r7kamura)