From 45c9dcecc76853a4e08e8501f5f14f61e2d1e03f Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 20 May 2017 16:01:17 +0200 Subject: [PATCH] Lint has introduced a newer rule, which is too restrictive, for now... --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 576aca0f..b5206fde 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,3 +7,7 @@ BlockLength: - config/routes.rb Rails/HttpPositionalArguments: Enabled: false +# https://github.com/bbatsov/rubocop/issues/4189 +# TODO remove once rubocopy has changed beyond 0.48.1 +Lint/AmbiguousBlockAssociation: + Enabled: false