Add specialty formulase to inheritance check
This commit is contained in:
parent
c947dbc580
commit
27288547aa
@ -9,7 +9,7 @@ end
|
|||||||
def audit_formula_text name, text
|
def audit_formula_text name, text
|
||||||
problems = []
|
problems = []
|
||||||
|
|
||||||
if text =~ /<(Formula|AmazonWebServicesFormula)/
|
if text =~ /<(Formula|AmazonWebServicesFormula|ScriptFileFormula|GithubGistFormula)/
|
||||||
problems << " * Use a space in class inheritance: class Foo < #{$1}"
|
problems << " * Use a space in class inheritance: class Foo < #{$1}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user