Merge pull request #18045 from Homebrew/linux-formula_installer-strict
This commit is contained in:
commit
c42860cd3c
@ -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? &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user