From 4272a6108b105287d2b311578398dd27f939eed5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:18:54 +0000 Subject: [PATCH 1/3] sorbet: Update RBI files. Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow. --- Library/Homebrew/sorbet/rbi/parlour.rbi | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/sorbet/rbi/parlour.rbi b/Library/Homebrew/sorbet/rbi/parlour.rbi index 80fa50d439..92c7d251b0 100644 --- a/Library/Homebrew/sorbet/rbi/parlour.rbi +++ b/Library/Homebrew/sorbet/rbi/parlour.rbi @@ -1,5 +1,4 @@ # typed: strict - class PATH sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) } def each(*args, **options, &block); end From fb192ed46d8972980148796a6d54a5dc377b111d Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Tue, 20 Feb 2024 15:31:25 -0800 Subject: [PATCH 2/3] Exclude parlour.rbi from rubocop --- Library/.rubocop.yml | 1 + Library/Homebrew/sorbet/rbi/parlour.rbi | 1 + 2 files changed, 2 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 2107cf2f89..e825c1e09e 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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/**/*" diff --git a/Library/Homebrew/sorbet/rbi/parlour.rbi b/Library/Homebrew/sorbet/rbi/parlour.rbi index 92c7d251b0..80fa50d439 100644 --- a/Library/Homebrew/sorbet/rbi/parlour.rbi +++ b/Library/Homebrew/sorbet/rbi/parlour.rbi @@ -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 From 2adc91643a84c49368a8ed1e4c6300ca5c1f5ba8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:19:02 +0000 Subject: [PATCH 3/3] sorbet: Update RBI files. Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow. --- Library/Homebrew/sorbet/rbi/parlour.rbi | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/sorbet/rbi/parlour.rbi b/Library/Homebrew/sorbet/rbi/parlour.rbi index 80fa50d439..92c7d251b0 100644 --- a/Library/Homebrew/sorbet/rbi/parlour.rbi +++ b/Library/Homebrew/sorbet/rbi/parlour.rbi @@ -1,5 +1,4 @@ # typed: strict - class PATH sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) } def each(*args, **options, &block); end