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

sorbet: Update RBI files.
This commit is contained in:
Ruoyu Zhong 2025-01-05 02:11:24 +00:00 committed by GitHub
commit b6fafba486
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::LivecheckCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::LivecheckCmd`.
class Homebrew::DevCmd::LivecheckCmd
sig { returns(Homebrew::DevCmd::LivecheckCmd::Args) }
def args; end

View File

@ -193,12 +193,12 @@ module Homebrew::EnvConfig
sig { returns(String) }
def install_badge; end
sig { returns(String) }
def livecheck_watchlist; end
sig { returns(T::Boolean) }
def livecheck_autobump?; end
sig { returns(String) }
def livecheck_watchlist; end
sig { returns(T.nilable(::String)) }
def lock_context; end