Add rubocop exclusion

This commit is contained in:
Douglas Eichelberger 2025-05-20 20:59:24 -07:00
parent 1d4f1481ae
commit cd86e43fb1
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ AllCops:
Include: Include:
- "**/*.rbi" - "**/*.rbi"
Exclude: Exclude:
- "Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi" - "Homebrew/sorbet/rbi/{annotations,dsl,gems}/**/*.rbi"
- "Homebrew/sorbet/rbi/parser*.rbi" - "Homebrew/sorbet/rbi/parser*.rbi"
- "Homebrew/bin/*" - "Homebrew/bin/*"
- "Homebrew/vendor/**/*" - "Homebrew/vendor/**/*"