Skip to content

Commit

Permalink
Merge pull request #18045 from Homebrew/linux-formula_installer-strict
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Aug 15, 2024
2 parents 9adf40b + 7e58233 commit c42860c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Library/Homebrew/extend/os/linux/formula_installer.rb
Original file line number Diff line number Diff line change
@@ -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? &&
Expand Down

0 comments on commit c42860c

Please sign in to comment.