Merge pull request #18416 from Homebrew/sorbet-files-update
This commit is contained in:
commit
d1509cbef0
@ -1,4 +1,4 @@
|
|||||||
# typed: true # rubocop:todo Sorbet/StrictSigil
|
# typed: strict
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "utils"
|
require "utils"
|
||||||
|
@ -80,9 +80,6 @@ class Homebrew::Cmd::UpgradeCmd::Args < Homebrew::CLI::Args
|
|||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def i?; end
|
def i?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
|
||||||
def ignore_pinned?; end
|
|
||||||
|
|
||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
def input_methoddir; end
|
def input_methoddir; end
|
||||||
|
|
||||||
|
@ -38,9 +38,6 @@ class Homebrew::DevCmd::BumpCaskPr::Args < Homebrew::CLI::Args
|
|||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def no_style?; end
|
def no_style?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
|
||||||
def online?; end
|
|
||||||
|
|
||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
def sha256; end
|
def sha256; end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user