aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 4c9896569..8c874944e 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -455,9 +455,18 @@ class FormulaAuditor
if line =~ /# PLEASE REMOVE/
problem "Please remove default template comments"
end
+ if line =~ /# Documentation:/
+ problem "Please remove default template comments"
+ end
if line =~ /# if this fails, try separate make\/make install steps/
problem "Please remove default template comments"
end
+ if line =~ /# The url of the archive/
+ problem "Please remove default template comments"
+ end
+ if line =~ /## Naming --/
+ problem "Please remove default template comments"
+ end
if line =~ /# if your formula requires any X11\/XQuartz components/
problem "Please remove default template comments"
end