sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2025-01-05 00:27:48 +00:00
parent 683f85f4b0
commit 0fb852edb6
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
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