Skip to content

Commit

Permalink
fixup! plugins/semgrep: fix pylint inconsistent-return-statements war…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
rhyw committed Mar 20, 2024
1 parent b2e1f0c commit d985f20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/plugins/semgrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def handle_args(self, parser, args, props):

if not args.semgrep_rules_repo:
parser.error("'--semgrep-rules-repo' is required to run semgrep scan")
return 1

# install semgrep cli and download semgrep rules
def prepare_semgrep_runtime_hook(results, props):
Expand Down

0 comments on commit d985f20

Please sign in to comment.