update the linter

This commit is contained in:
Yacine Elhamer
2023-07-06 17:27:45 +01:00
parent 32f936ce8c
commit c916e3b07f

View File

@@ -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.")