Fix formula template comment audit
This commit is contained in:
parent
d3daa8a25b
commit
7c4324d5ea
@ -344,7 +344,10 @@ class FormulaAuditor
|
|||||||
if line =~ /# if your formula requires any X11\/XQuartz components/
|
if line =~ /# if your formula requires any X11\/XQuartz components/
|
||||||
problem "Please remove default template comments"
|
problem "Please remove default template comments"
|
||||||
end
|
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"
|
problem "Please remove default template comments"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user