gems rubocop-rails 2.35.4
RuboCop Rails v2.35.4

7 hours ago

Bug fixes

  • #1418: Fix a false positive for Rails/StrongParametersExpect when require is given an array literal, such as params.require([:foo, :bar]).permit(:baz). (@koic)
  • #1574: Fix an invalid autocorrection for Rails/StrongParametersExpect when permit receives a single dynamic argument, such as params.require(:user).permit(permitted_attributes). (@koic)
  • #1635: Fix Rails/StrongParametersExpect to allow params[:foo].inspect. (@jdelStrother)

Don't miss a new rubocop-rails release

NewReleases is sending notifications on new releases.