From 18becae15a0bcc6503614133e2c4f28d4f2b8592 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 19 Feb 2023 00:27:09 +0000 Subject: [PATCH] rubocop: Clean up `Lint/RequireRelativeSelfPath` config - The Actions logs link for the Homebrew/formula-analytics CI failure is long expired. - I removed the excludes, ran `brew tap homebrew/formula-analytics` and then `brew style $(brew --repo homebrew/formula-analytics)` and there were no errors. - Hence, I think we can clean this stanza up entirely. --- Library/.rubocop.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 2e8acc8a0d..d1daff5567 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -311,12 +311,6 @@ Layout/FirstHashElementIndentation: Lint/AmbiguousBlockAssociation: Enabled: false -Lint/RequireRelativeSelfPath: - # bugged on formula-analytics - # https://github.com/Homebrew/brew/pull/12152/checks?check_run_id=3755137378#step:15:60 - Exclude: - - "Taps/homebrew/homebrew-formula-analytics/*/*.rb" - Lint/DuplicateBranch: Exclude: - "Taps/*/*/*.rb"