Bug fixes
- #1418: Fix a false positive for
Rails/StrongParametersExpectwhenrequireis given an array literal, such asparams.require([:foo, :bar]).permit(:baz). (@koic) - #1574: Fix an invalid autocorrection for
Rails/StrongParametersExpectwhenpermitreceives a single dynamic argument, such asparams.require(:user).permit(permitted_attributes). (@koic) - #1635: Fix
Rails/StrongParametersExpectto allowparams[:foo].inspect. (@jdelStrother)