official_taps: Bump to Sorbet typed: strict
This commit is contained in:
parent
7282b4d7a2
commit
75b72f2fd9
@ -1,17 +1,17 @@
|
|||||||
# typed: true
|
# typed: strict
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
OFFICIAL_CASK_TAPS = %w[
|
OFFICIAL_CASK_TAPS = %w[
|
||||||
cask
|
cask
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
OFFICIAL_CMD_TAPS = {
|
OFFICIAL_CMD_TAPS = T.let({
|
||||||
"homebrew/aliases" => ["alias", "unalias"],
|
"homebrew/aliases" => ["alias", "unalias"],
|
||||||
"homebrew/bundle" => ["bundle"],
|
"homebrew/bundle" => ["bundle"],
|
||||||
"homebrew/command-not-found" => ["command-not-found-init", "which-formula", "which-update"],
|
"homebrew/command-not-found" => ["command-not-found-init", "which-formula", "which-update"],
|
||||||
"homebrew/test-bot" => ["test-bot"],
|
"homebrew/test-bot" => ["test-bot"],
|
||||||
"homebrew/services" => ["services"],
|
"homebrew/services" => ["services"],
|
||||||
}.freeze
|
}.freeze, T::Hash[String, T::Array[String]])
|
||||||
|
|
||||||
DEPRECATED_OFFICIAL_TAPS = %w[
|
DEPRECATED_OFFICIAL_TAPS = %w[
|
||||||
apache
|
apache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user