diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 5ed4228b44..b5e5159298 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -9,7 +9,7 @@ end def audit_formula_text name, text problems = [] - if text =~ /<(Formula|AmazonWebServicesFormula)/ + if text =~ /<(Formula|AmazonWebServicesFormula|ScriptFileFormula|GithubGistFormula)/ problems << " * Use a space in class inheritance: class Foo < #{$1}" end