audit more template comments
This commit is contained in:
parent
e5ba52bf5c
commit
527f80b83d
@ -345,10 +345,16 @@ class FormulaAuditor
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Comments from default template
|
# Comments from default template
|
||||||
|
if (text =~ /# PLEASE REMOVE/)
|
||||||
|
problem "Please remove default template comments"
|
||||||
|
end
|
||||||
if (text =~ /# if this fails, try separate make\/make install steps/)
|
if (text =~ /# if this fails, try separate make\/make install steps/)
|
||||||
problem "Please remove default template comments"
|
problem "Please remove default template comments"
|
||||||
end
|
end
|
||||||
if (text =~ /# PLEASE REMOVE/)
|
if (text =~ /# if your formula requires any X11\/XQuartz components/)
|
||||||
|
problem "Please remove default template comments"
|
||||||
|
end
|
||||||
|
if (text =~ /# if your formula's build system can't parallelize/)
|
||||||
problem "Please remove default template comments"
|
problem "Please remove default template comments"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user