Skip to content
Snippets Groups Projects
Commit 527f80b8 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

audit more template comments

parent e5ba52bf
No related branches found
No related tags found
No related merge requests found
......@@ -345,10 +345,16 @@ class FormulaAuditor
end
# 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/)
problem "Please remove default template comments"
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"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment