Merge branch 'next-minor' into develop
This commit is contained in:
commit
ce739ef5ad
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue