relnotes/v1.11.0.md
Style/UnlessLogicalOperators cop. (@caalberts)AllowMethodsWithArguments option to Style/SymbolProc. (@koic)Style/MultipleComparison when comparing a variable with multiple items in if and elsif conditions. (@koic)Style/TrailingBodyOnMethodDefinition when endless method definition body is after newline in opening parenthesis. (@koic)Style/HashConversion when the correction needs to be wrapped in parens. (@dvandersluis)Style/TrailingMethodEndStatement when endless method definition signature and body are on different lines. (@koic)required_ruby_version. (@HeroProtagonist)Style/RedundantBegin when using body of begin is empty. (@koic)Layout/FirstArgumentIndentation for operator methods not called as operators. (@dvandersluis, @TSMMark)