From 18bda1c9b18f53879263a7893f5359ba96b75bff Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Fri, 30 Oct 2015 00:47:47 +0100 Subject: [PATCH] audit: uniformize the desc problems Closes Homebrew/homebrew#45492. Signed-off-by: Baptiste Fontaine --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 67ecbffa75..ece2ed19e2 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -390,7 +390,7 @@ class FormulaAuditor end 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 if desc =~ /^#{formula.name} is\s/i