mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 09:13:04 +01:00
Add a collection of commands to run static python checkers
This commit is contained in:
committed by
=Michael Hohn
parent
b82c620a1e
commit
bdf85eafc8
6
scripts/checkers.sh
Normal file
6
scripts/checkers.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# A collection of commands to run static python checkers. For ad-hoc use, may be
|
||||||
|
# added to ci/cd at some point.
|
||||||
|
#
|
||||||
|
cd ../ && . .venv/bin/activate && pyflakes bin/ sarif_cli/
|
||||||
Reference in New Issue
Block a user