aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-12-22 01:12:44 -0500
committerJack Nagel2014-12-22 01:12:44 -0500
commit054fb1811016d2ed9d1093ea380c9792899bf16e (patch)
tree9b570fd7dd64e25ce1062b94c56e129351b93b9a /Library/Homebrew
parent56ee51ffaf9d119dd7f3fcda594637b2cbbce626 (diff)
downloadhomebrew-054fb1811016d2ed9d1093ea380c9792899bf16e.tar.bz2
Fix formula template comment audit
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/audit.rb5
1 files changed, 4 insertions, 1 deletions
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