mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
update the linter
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user