Skip to content

Commit

Permalink
Merge pull request #1029 from Homebrew/scope-audit-check
Browse files Browse the repository at this point in the history
formulae: scope `brew audit`
  • Loading branch information
MikeMcQuaid committed Mar 18, 2024
2 parents 9f06906 + 5434c0b commit 745a6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/formulae.rb
Expand Up @@ -509,7 +509,7 @@ def formula!(formula_name, args:)
livecheck(formula) if !args.skip_livecheck? && !skip_online_checks

test "brew", "style", "--formula", formula_name
test "brew", "audit", *audit_args unless formula.deprecated?
test "brew", "audit", "--formula", *audit_args unless formula.deprecated?
unless install_step_passed
if ignore_failures
skipped formula_name, "install failed"
Expand Down

0 comments on commit 745a6e6

Please sign in to comment.