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.
This commit is contained in:
Issy Long 2023-02-19 00:27:09 +00:00
parent f8654bd363
commit 18becae15a
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -311,12 +311,6 @@ Layout/FirstHashElementIndentation:
Lint/AmbiguousBlockAssociation: Lint/AmbiguousBlockAssociation:
Enabled: false 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: Lint/DuplicateBranch:
Exclude: Exclude:
- "Taps/*/*/*.rb" - "Taps/*/*/*.rb"