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
|
||||
|
||||
OFFICIAL_CASK_TAPS = %w[
|
||||
cask
|
||||
].freeze
|
||||
|
||||
OFFICIAL_CMD_TAPS = {
|
||||
OFFICIAL_CMD_TAPS = T.let({
|
||||
"homebrew/aliases" => ["alias", "unalias"],
|
||||
"homebrew/bundle" => ["bundle"],
|
||||
"homebrew/command-not-found" => ["command-not-found-init", "which-formula", "which-update"],
|
||||
"homebrew/test-bot" => ["test-bot"],
|
||||
"homebrew/services" => ["services"],
|
||||
}.freeze
|
||||
}.freeze, T::Hash[String, T::Array[String]])
|
||||
|
||||
DEPRECATED_OFFICIAL_TAPS = %w[
|
||||
apache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user