diff --git a/.rubocop.yml b/.rubocop.yml index fae72b1a6..2ebb26cff 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,10 @@ AllCops: Rails: Enabled: true +# Disable for rails 4 +Rails/HttpPositionalArguments: + Enabled: false + # Commonly used screens these days easily fit more than 80 characters. Metrics/LineLength: Max: 120