Update Library/.rubocop.yml

Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
Mike McQuaid 2024-02-19 13:57:54 +00:00 committed by GitHub
parent c2aa4475f7
commit e5f0795e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ AllCops:
TargetRubyVersion: 3.1
NewCops: enable
Include:
# FIXME: https://github.com/rubocop/rubocop/issues/12695
- "Homebrew/**/*.rbi"
Exclude:
- "Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi"