mirror of
https://github.com/ceph/ceph
synced 2024-12-13 15:08:33 +00:00
3390cc30a6
pyflakes runs a basic syntax checker against python code. The added check-syntax.sh script and Makefile run pyflakes on the python code within the teuthology directory reporting any syntax errors that are found. Signed-off-by: Sam Lang <sam.lang@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
4 lines
26 B
Makefile
4 lines
26 B
Makefile
|
|
all:
|
|
@./check-syntax.sh
|