official_taps: Bump to Sorbet typed: strict

This commit is contained in:
Issy Long 2024-07-15 23:22:31 -04:00
parent 7282b4d7a2
commit 75b72f2fd9
No known key found for this signature in database

View File

@ -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