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