diff --git a/Library/Homebrew/rubocops/shared/desc_helper.rb b/Library/Homebrew/rubocops/shared/desc_helper.rb index 6acab4a3e1..89b16cb94a 100644 --- a/Library/Homebrew/rubocops/shared/desc_helper.rb +++ b/Library/Homebrew/rubocops/shared/desc_helper.rb @@ -76,7 +76,7 @@ module RuboCop # Check if the desc contains Unicode characters in the So (emojis or other symbols) range. if regex_match_group(desc, /\p{So}/) - desc_problem "Description shouldn't contain emojis or Unicode characters in the So range." + desc_problem "Description shouldn't contain Unicode emojis or symbols." end # Check if the desc length exceeds maximum length.