]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Scripts to use pyflakes to check python syntax.
authorSam Lang <sam.lang@inktank.com>
Thu, 31 Jan 2013 13:56:56 +0000 (07:56 -0600)
committerSam Lang <sam.lang@inktank.com>
Thu, 31 Jan 2013 13:56:56 +0000 (07:56 -0600)
commit3390cc30a62454b283cd6dc4f6448d0d12ae8101
tree70fdc232deefacc3161c3719ab6fd5fc64ec24e2
parenta63fac32f859cd827814bd4bfce26a5f31cf97cf
Scripts to use pyflakes to check python syntax.

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>
Makefile [new file with mode: 0644]
check-syntax.sh [new file with mode: 0755]