From 60d9443d353f5f0ffc32a41b563df5d256c1c8d5 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 18 Feb 2023 23:25:02 +0000 Subject: [PATCH] rubocop: `Lint/NestedMethodDefinition` excludes are not needed --- Library/Homebrew/.rubocop.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml index 26def4fb87..60b912a4c3 100644 --- a/Library/Homebrew/.rubocop.yml +++ b/Library/Homebrew/.rubocop.yml @@ -12,11 +12,6 @@ Layout/MultilineMethodCallIndentation: Exclude: - "**/*_spec.rb" -# `formula do` uses nested method definitions -Lint/NestedMethodDefinition: - Exclude: - - "test/**/*" - # TODO: Try to bring down all metrics maximums. Metrics/AbcSize: Max: 241