Revert "show ignored findings by default for checklist"

pull/1643/head
alpharush 2 years ago committed by GitHub
parent 2caf510909
commit 47ce2733fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      slither/__main__.py

@ -70,9 +70,6 @@ def process_single(
ast = "--ast-compact-json"
if args.legacy_ast:
ast = "--ast-json"
if args.checklist:
args.show_ignored_findings = True
slither = Slither(target, ast_format=ast, **vars(args))
return _process(slither, detector_classes, printer_classes)

Loading…
Cancel
Save