Fix formula template comment audit

This commit is contained in:
Jack Nagel 2014-12-22 01:12:44 -05:00
parent d3daa8a25b
commit 7c4324d5ea

View File

@ -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