audit: add check for indefinite article
at the beginning of desc. Closes Homebrew/homebrew#42404. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
09e0bcf1fc
commit
f78a63984b
@ -363,6 +363,10 @@ class FormulaAuditor
|
|||||||
if desc =~ /([Cc]ommand ?line)/
|
if desc =~ /([Cc]ommand ?line)/
|
||||||
problem "Description should use \"command-line\" instead of \"#{$1}\""
|
problem "Description should use \"command-line\" instead of \"#{$1}\""
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if desc =~ %r[^([Aa]n?)\s]
|
||||||
|
problem "Please remove the indefinite article \"#{$1}\" from the beginning of the description"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def audit_homepage
|
def audit_homepage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user