From 7c4324d5ea4d2e6d940a8174818e40adcd155bb6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 22 Dec 2014 01:12:44 -0500 Subject: Fix formula template comment audit --- Library/Homebrew/cmd/audit.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 4978f3c07..b47984d96 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -344,7 +344,10 @@ class FormulaAuditor if line =~ /# if your formula requires any X11\/XQuartz components/ problem "Please remove default template comments" end - if line =~ /# if your formula's build system can't parallelize/ + if line =~ /# if your formula fails when building in parallel/ + problem "Please remove default template comments" + end + if line =~ /# Remove unrecognized options if warned by configure/ problem "Please remove default template comments" end -- cgit v1.2.3