Exclude parlour.rbi from rubocop
This commit is contained in:
parent
4272a6108b
commit
fb192ed46d
@ -19,6 +19,7 @@ AllCops:
|
||||
- "Homebrew/**/*.rbi"
|
||||
Exclude:
|
||||
- "Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi"
|
||||
- "Homebrew/sorbet/rbi/parlour.rbi"
|
||||
- "Homebrew/bin/*"
|
||||
- "Homebrew/vendor/**/*"
|
||||
- "Taps/*/*/vendor/**/*"
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
# typed: strict
|
||||
|
||||
class PATH
|
||||
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
|
||||
def each(*args, **options, &block); end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user