Merge pull request #15630 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
32ff40f688
@ -1,9 +1,6 @@
|
|||||||
# typed: strict
|
# typed: strict
|
||||||
|
|
||||||
module Homebrew::EnvConfig
|
module Homebrew::EnvConfig
|
||||||
sig { returns(T.nilable(String)) }
|
|
||||||
def self.additional_google_analytics_id; end
|
|
||||||
|
|
||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
def self.all_proxy; end
|
def self.all_proxy; end
|
||||||
|
|
||||||
@ -178,9 +175,6 @@ module Homebrew::EnvConfig
|
|||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def self.no_github_api?; end
|
def self.no_github_api?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
|
||||||
def self.no_google_analytics?; end
|
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def self.no_insecure_redirect?; end
|
def self.no_insecure_redirect?; end
|
||||||
|
|
||||||
|
|||||||
@ -77,6 +77,9 @@ class Formula
|
|||||||
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 deps(*args, **options, &block); end
|
def deps(*args, **options, &block); end
|
||||||
|
|
||||||
|
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
|
||||||
|
def declared_deps(*args, **options, &block); end
|
||||||
|
|
||||||
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 uses_from_macos_elements(*args, **options, &block); end
|
def uses_from_macos_elements(*args, **options, &block); end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user