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:
parent
f8654bd363
commit
18becae15a
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user