Exclude parlour.rbi from rubocop

This commit is contained in:
Douglas Eichelberger 2024-02-20 15:31:25 -08:00
parent 4272a6108b
commit fb192ed46d
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ AllCops:
- "Homebrew/**/*.rbi" - "Homebrew/**/*.rbi"
Exclude: Exclude:
- "Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi" - "Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi"
- "Homebrew/sorbet/rbi/parlour.rbi"
- "Homebrew/bin/*" - "Homebrew/bin/*"
- "Homebrew/vendor/**/*" - "Homebrew/vendor/**/*"
- "Taps/*/*/vendor/**/*" - "Taps/*/*/vendor/**/*"

View File

@ -1,4 +1,5 @@
# typed: strict # typed: strict
class PATH class PATH
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) } sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def each(*args, **options, &block); end def each(*args, **options, &block); end