diff options
| -rw-r--r-- | Library/Homebrew/rubocops/formula_desc_cop.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/rubocops/formula_desc_cop.rb b/Library/Homebrew/rubocops/formula_desc_cop.rb index 27b00b416..e44c222d8 100644 --- a/Library/Homebrew/rubocops/formula_desc_cop.rb +++ b/Library/Homebrew/rubocops/formula_desc_cop.rb @@ -38,8 +38,13 @@ module RuboCop        # - Checks if `desc` contains the formula name        class Desc < FormulaCop          VALID_LOWERCASE_WORDS = %w[ +          ex +          eXtensible            iOS            macOS +          malloc +          ooc +          preexec            xUnit          ].freeze  | 
