From 89d1731f4c9ee554b46ca918f05a1f1489b04076 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Tue, 13 Aug 2024 12:04:31 -0600 Subject: [PATCH] formula_name_cask_token_auditor: use `typed: strict` Signed-off-by: Patrick Linnane --- Library/Homebrew/formula_name_cask_token_auditor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_name_cask_token_auditor.rb b/Library/Homebrew/formula_name_cask_token_auditor.rb index 0115cd9f29..4262a4953e 100644 --- a/Library/Homebrew/formula_name_cask_token_auditor.rb +++ b/Library/Homebrew/formula_name_cask_token_auditor.rb @@ -1,4 +1,4 @@ -# typed: true # rubocop:todo Sorbet/StrictSigil +# typed: strict # frozen_string_literal: true module Homebrew