Lint has introduced a newer rule, which is too restrictive, for now...

This commit is contained in:
echarp 2017-05-20 16:01:17 +02:00
parent 5f0393d911
commit 45c9dcecc7
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ BlockLength:
- config/routes.rb - config/routes.rb
Rails/HttpPositionalArguments: Rails/HttpPositionalArguments:
Enabled: false Enabled: false
# https://github.com/bbatsov/rubocop/issues/4189
# TODO remove once rubocopy has changed beyond 0.48.1
Lint/AmbiguousBlockAssociation:
Enabled: false