diff --git a/__init__.py b/__init__.py index cf4b2d7..4af101f 100644 --- a/__init__.py +++ b/__init__.py @@ -136,6 +136,9 @@ def name(self): def contentdir(self): return os.path.join("features", self.name()) + def validate(self, tmpl): + pass + class SpicyAnalyzer(zeekpkg.template.Feature): """Base class for Spicy-based analyzers."""