Skip to content

Enable HttpPositionalArguments rule

This MR enables the Rails/HttpPositionalArguments which is needed for rails5

For current rails4 it won't be picked up by rubocop because of https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.rubocop.yml#L11

But https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23095 refactors specs and bumps TargetRailsVersion to 5.0.
So the Rails/HttpPositionalArguments is going to be picked up automatically.

Merge request reports