Bug fixes
- #769: Fix a false positive for
Rails/FreezeTime
when usingtravel_to
with an argument ofDateTime.new
with arguments. (@koic) - #772: Fix a false positive for
Rails/TopLevelHashWithIndifferentAccess
when usingHashWithIndifferentAccess
under namespace module. (@koic) - #762: Fix an error for
Rails/FreezeTime
when usingtravel_to
with an argument ofcurrent
method without receiver. (@koic) - #764: Fix an incorrect autocorrect for
Rails/FreezeTime
when usingtravel_to
with an argument of the current time and proc argument. (@koic) - #763: Mark
Rails/RootPathnameMethods
as unsafe and fix an incorrect autocorrect when usingDir.glob
. (@koic)