mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
update the linter
This commit is contained in:
parent
32f936ce8c
commit
c916e3b07f
1 changed files with 4 additions and 0 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue