relnotes/v0.69.0.md
Class.new to Lint/InheritException. (@houli)Style/NegativeUnless that checks for unless with negative condition. (@tejasbubane)Rails/TimeZone autocorrect Time.current to Time.zone.now. (@vfonic)Rails/TimeZone to prefer Time.zone.#{method} over other acceptable corrections. (@vfonic)Style/BlockDelimiters with braces_for_chaining style false positive, when chaining using safe navigation. (@Darhazer).rubocop file parsing. (@hoshinotsuyoshi)Lint/UnifiedInteger if TargetRubyVersion < 2.4. (@lavoiesl)Lint/NumberConversion from reporting error with Time/DateTime. (@tejasbubane)Style/StringHashKeys to allow string as keys for hash arguments to gsub methods. (@tejasbubane)Style/InverseMethods. (@dduugg)change_column_default in Rails/ReversibleMigration cop. (@tejasbubane)Layout/EmptyLineAfterGuardClause when guard clause is a ternary operator. (@koic)EnforcedStyle to squiggly option for Layout/IndentHeredoc and auto_detection option is removed. (@koic)EnforcedStyle to always option for Style/FrozenStringLiteralComment and when_needed option is removed. (@koic)