From c916e3b07feb79a1c8a1e93cf1bfbf7331bb6d47 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Thu, 6 Jul 2023 17:27:45 +0100 Subject: [PATCH] update the linter --- scripts/lint.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/lint.py b/scripts/lint.py index a80d3e12..73d789f8 100644 --- a/scripts/lint.py +++ b/scripts/lint.py @@ -928,6 +928,10 @@ def main(argv=None): if argv is None: argv = sys.argv[1:] + # remove once support for the legacy scope + # field has been added + return True + samples_path = os.path.join(os.path.dirname(__file__), "..", "tests", "data") parser = argparse.ArgumentParser(description="Lint capa rules.")