relnotes/v0.59.2.md
Rails/HasManyOrHasOneDependent when using associations of Active Resource. (@tejasbubane, @koic)Style/For when setting EnforcedStyle: each and for dose not have do or semicolon. (@autopp)Layout/EmptyLineAfterGuardClause when guard clause including heredoc. (@koic)AllowURI option for Metrics/LineLength cop with disabled Layout/Tab cop. (@AlexWayfer)Metrics/BlockLength into the respective length cops. (@drenmi)Style/ZeroLengthPredicate false positives when inspecting Tempfile, StringIO, and File::Stat objects. (@drenmi)Layout/EmptyLinesAroundAccessModifier and Layout/EmptyLinesAroundAccessModifier when specifying a superclass that breaks the line. (@koic)Style/IfUnlessModifier when using named capture. (@drenmi)Style/Semicolon from breaking on single line if-then-else in assignment. (@drenmi)Rails/HasManyOrHasOneDependent when an Active Record model does not have any relations. (@koic)Style/For when setting EnforcedStyle: each with range provided to the for loop without a do keyword or semicolon and without enclosing parenthesis. (@lukasz-wojcik)