From 7e58233aafe3cf677eada091c58d79c316c8f05c Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Tue, 13 Aug 2024 12:56:01 -0600 Subject: [PATCH] extend/os/linux/formula_installer: use `typed: strict` Signed-off-by: Patrick Linnane --- Library/Homebrew/extend/os/linux/formula_installer.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Library/Homebrew/extend/os/linux/formula_installer.rb b/Library/Homebrew/extend/os/linux/formula_installer.rb index 718e4bf30242f..6cae06010d8c4 100644 --- a/Library/Homebrew/extend/os/linux/formula_installer.rb +++ b/Library/Homebrew/extend/os/linux/formula_installer.rb @@ -1,9 +1,7 @@ -# typed: true # rubocop:disable Sorbet/StrictSigil +# typed: strict # frozen_string_literal: true class FormulaInstaller - undef fresh_install? - sig { params(formula: Formula).returns(T.nilable(T::Boolean)) } def fresh_install?(formula) !Homebrew::EnvConfig.developer? &&