spack/share/spack/qa/run-flake8-tests

15 lines
252 B
Plaintext
Raw Normal View History

#!/bin/bash -e
#
2016-08-23 03:35:41 +08:00
# Description:
# Runs source code style checks on Spack.
# See $SPACK_ROOT/.flake8 for a list of
# approved exceptions.
#
2016-08-23 03:35:41 +08:00
# Usage:
# run-flake8-tests
#
. "$(dirname $0)/setup.sh"
check_dependencies flake8
spack flake8