relnotes/v0.63.0.md
Rails/LinkToBlank. (@Intrepidd)Rails/IgnoredSkipActionFilterOption cop. (@wata727)Style/YodaCondition cop to be configured to enforce yoda conditions. (@tejasbubane)Rails/BelongsTo cop with auto-correct for Rails >= 5. (@petehamilton)Naming/ConstantName cop when rhs is a conditional expression. (@tatsuyafw)Lint/ShadowedException cop. (@tatsuyafw)Style/TernaryParentheses. (@jonas054)Style/RegexpLiteral cop when there is string interpolation. (@roooodcastro)Style/SafeNavigation when a method call safeguarded with a negative check for the object. (@koic)Lint/SafeNavigation complaining about use of to_d. (@tejasbubane)Naming/PredicateName suggesting invalid rename. (@tejasbubane)Style/DocumentationMethod cop to recognize documentation comments for def inline with module_function. (@tejasbubane)Performance/RangeInclude as unsafe because Range#include? and Range#cover? are not equivalent. (@koic)FlipFlop cop from Style to Lint department because flip-flop is deprecated since Ruby 2.6.0. (@koic)