sorbet: update RBI files using Tapioca.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
This commit is contained in:
parent
f8c3a1bd61
commit
2bac0d802a
@ -635,7 +635,7 @@ false:
|
|||||||
- ./test/rubocops/components_redundancy_spec.rb
|
- ./test/rubocops/components_redundancy_spec.rb
|
||||||
- ./test/rubocops/conflicts_spec.rb
|
- ./test/rubocops/conflicts_spec.rb
|
||||||
- ./test/rubocops/dependency_order_spec.rb
|
- ./test/rubocops/dependency_order_spec.rb
|
||||||
- ./test/rubocops/deprecate_disable_spec.rb
|
- ./test/rubocops/deprecate_spec.rb
|
||||||
- ./test/rubocops/formula_desc_spec.rb
|
- ./test/rubocops/formula_desc_spec.rb
|
||||||
- ./test/rubocops/homepage_spec.rb
|
- ./test/rubocops/homepage_spec.rb
|
||||||
- ./test/rubocops/lines_spec.rb
|
- ./test/rubocops/lines_spec.rb
|
||||||
@ -895,7 +895,7 @@ true:
|
|||||||
- ./rubocops/cask/constants/stanza.rb
|
- ./rubocops/cask/constants/stanza.rb
|
||||||
- ./rubocops/cask/desc.rb
|
- ./rubocops/cask/desc.rb
|
||||||
- ./rubocops/cask/extend/string.rb
|
- ./rubocops/cask/extend/string.rb
|
||||||
- ./rubocops/deprecate_disable.rb
|
- ./rubocops/deprecate.rb
|
||||||
- ./tap_constants.rb
|
- ./tap_constants.rb
|
||||||
- ./test/support/helper/fixtures.rb
|
- ./test/support/helper/fixtures.rb
|
||||||
- ./test/support/lib/config.rb
|
- ./test/support/lib/config.rb
|
||||||
|
|||||||
@ -8140,6 +8140,8 @@ module Homebrew::EnvConfig
|
|||||||
|
|
||||||
def self.install_badge(); end
|
def self.install_badge(); end
|
||||||
|
|
||||||
|
def self.livecheck_watchlist(); end
|
||||||
|
|
||||||
def self.logs(); end
|
def self.logs(); end
|
||||||
|
|
||||||
def self.no_analytics?(); end
|
def self.no_analytics?(); end
|
||||||
@ -20275,6 +20277,10 @@ class RuboCop::Cop::FormulaAudit::DependencyOrder
|
|||||||
def uses_from_macos_node?(node=T.unsafe(nil)); end
|
def uses_from_macos_node?(node=T.unsafe(nil)); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class RuboCop::Cop::FormulaAudit::DeprecateDate
|
||||||
|
def deprecate_date(node0); end
|
||||||
|
end
|
||||||
|
|
||||||
class RuboCop::Cop::FormulaAudit::Miscellaneous
|
class RuboCop::Cop::FormulaAudit::Miscellaneous
|
||||||
def conditional_dependencies(node0); end
|
def conditional_dependencies(node0); end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user