Merge pull request #18416 from Homebrew/sorbet-files-update

This commit is contained in:
Carlo Cabrera 2024-09-26 14:44:04 +08:00 committed by GitHub
commit d1509cbef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# typed: true # rubocop:todo Sorbet/StrictSigil
# typed: strict
# frozen_string_literal: true
require "utils"

View File

@ -80,9 +80,6 @@ class Homebrew::Cmd::UpgradeCmd::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def i?; end
sig { returns(T::Boolean) }
def ignore_pinned?; end
sig { returns(T.nilable(String)) }
def input_methoddir; end

View File

@ -38,9 +38,6 @@ class Homebrew::DevCmd::BumpCaskPr::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def no_style?; end
sig { returns(T::Boolean) }
def online?; end
sig { returns(T.nilable(String)) }
def sha256; end