From 033dacac103058557641ee14a3a924a640673afc Mon Sep 17 00:00:00 2001 From: Issy Long Date: Tue, 28 Feb 2023 00:19:53 +0000 Subject: [PATCH] rubocop: Tweak `Style/Documentation` include paths after PR 14805 - The `Kernel` module, which needed a comment because it has an "@api public" method in it, moved. --- 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 5ec6504655..06f2295cdf 100644 --- a/Library/Homebrew/.rubocop.yml +++ b/Library/Homebrew/.rubocop.yml @@ -26,6 +26,7 @@ Style/Documentation: - cask/dsl/version.rb - cask/url.rb - download_strategy.rb + - extend/kernel.rb - formula.rb - formula_assertions.rb - formula_free_port.rb @@ -53,7 +54,6 @@ Style/Documentation: - livecheck/strategy/xorg.rb - os.rb - resource.rb - - utils.rb - utils/inreplace.rb - utils/shebang.rb - utils/string_inreplace_extension.rb