From c4422503041ffb13423e95ddadcc99c735b282e9 Mon Sep 17 00:00:00 2001 From: Lukas Oberhuber Date: Tue, 26 Jul 2022 19:27:23 +0100 Subject: [PATCH] Increase Metrics/BlockLength limit for `install_args` Instead of disabling the cop for that block --- Library/Homebrew/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml index 07b613ecb3..f9590b7800 100644 --- a/Library/Homebrew/.rubocop.yml +++ b/Library/Homebrew/.rubocop.yml @@ -16,7 +16,7 @@ Lint/NestedMethodDefinition: Metrics/AbcSize: Max: 280 Metrics/BlockLength: - Max: 106 + Max: 111 Exclude: # TODO: extract more of the bottling logic - "dev-cmd/bottle.rb"