Merge branch 'next-minor' into develop

This commit is contained in:
Benjamin Neff 2017-03-05 16:29:35 +01:00
commit ce739ef5ad
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -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