relnotes/v0.91.1.md
Lint/IdentityComparison when calling object_id method without receiver in LHS or RHS. (@koic)Style/RedundantReturn when a rescue has an else clause. (@fatkodima)Layout/RescueEnsureAlignment when Layout/BeginEndAlignment cop is not enabled status. (@koic)Naming/VariableNumber when naming multibyte character variable name. (@koic)Lint/UselessTimes when there is a blank line in the method definition. (@koic)Style/HashAsLastArrayItem when the hash is in an implicit array. (@dvandersluis)Lint/UselessTimes when using empty block argument. (@koic)Metrics/AbcSize. (@marcandre)Style/MultilineWhenThen when line break for multiple candidate values of when statement. (@koic)Style/RandomWithOffset when using a range with non-integer bounds. (@eugeneius)Layout/EmptyLinesAroundAccessModifier with Layout/EmptyLinesAroundBlockBody when using access modifier with block argument. (@koic)Lint/RedundantCopEnableDirective autocorrection to not leave orphaned empty # rubocop:enable comments. (@dvandersluis)Lint/RedundantCopDisableDirective autocorrection. (@dvandersluis)Layout/CaseIndentation not showing the cop name in output messages. (@dvandersluis)Style/OneLineConditional when using if-then-elsif-then-end. (@koic)Style/IfUnlessModifier to ignore cop disable comment directives when considering conversion to the modifier form. (@dsavochkin)respond_to_missing? from OptionalBooleanParameter cop. (@em-gazelle)Style/SafeNavigation marked as having unsafe auto-correction. (@marcandre)Style/IpAddresses by default in Gemfile and gemspec files. (@dvandersluis)