relnotes/v0.89.1.md
Lint/OutOfRangeRegexpRef when a regexp is defined and matched in separate steps. (@eugeneius)when, grep, gsub, gsub!, sub, sub!, [], slice, slice!, scan, index, rindex, partition, rpartition, start_with?, and end_with? in Lint/OutOfRangeRegexpRef. (@eugeneius)Lint/UriRegexp when using regexp method without receiver. (@koic)Lint/BinaryOperatorWithIdenticalOperands for mathematical operations. (@marcandre)Lint/MissingSuper. (@marcandre)Style/SymbolArray and Style/WordArray. (@biinari)Style/HashAsLastArrayItem when there are duplicate hashes in the array. (@wcmonty)Style/IfUnlessModifier to add parentheses when converting if-end condition inside a parenthesized method argument list. (@dsavochkin)