audit: uniformize the desc problems
Closes Homebrew/homebrew#45492. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
a5f6295b62
commit
18bda1c9b1
@ -390,7 +390,7 @@ class FormulaAuditor
|
|||||||
end
|
end
|
||||||
|
|
||||||
if desc =~ /^([Aa]n?)\s/
|
if desc =~ /^([Aa]n?)\s/
|
||||||
problem "Please remove the indefinite article \"#{$1}\" from the beginning of the description"
|
problem "Description shouldn't start with an indefinite article (#{$1})"
|
||||||
end
|
end
|
||||||
|
|
||||||
if desc =~ /^#{formula.name} is\s/i
|
if desc =~ /^#{formula.name} is\s/i
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user