diff --git a/Library/Homebrew/os/linux.rb b/Library/Homebrew/os/linux.rb index a70e9e7046..e8f4832843 100644 --- a/Library/Homebrew/os/linux.rb +++ b/Library/Homebrew/os/linux.rb @@ -1,4 +1,4 @@ -# typed: true # rubocop:todo Sorbet/StrictSigil +# typed: strict # frozen_string_literal: true require "utils" diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi index 7719ce58d7..bc2ba6224b 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/bump_cask_pr.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/bump_cask_pr.rbi index 954b13d7c6..32aa0f75cc 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/bump_cask_pr.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/bump_cask_pr.rbi @@ -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