Files
sarif-cli/scripts/checkers.sh

7 lines
189 B
Bash

#!/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/