Bug fixes
- #1423: Fix an error for
Rails/StrongParametersExpect
when usingpermit
with no arguments. (@koic) - #1417: Fix an incorrect autocorrect for
Rails/StrongParametersExpect
when using a leading dot multiline call torequire
withpermit
. (@koic) - #1356: Enhance
Rails/DuplicateAssociation
to handle alias. (@ydakuka) - #1389: Handle
TypeError
caused by passing array literals as arguments toFile
methods inRails/FilePath
cop. (@ydakuka) - #1389: Handle
TypeError
caused by passing array literals as arguments toFile
methods inRails/RootPathnameMethods
cop. (@ydakuka) - #1228: Enhance
Rails/SaveBang
to properly handle instance variables. (@ydakuka)