commit | 86319aa7352f986e9feb3cc7cf066b1ccdb16832 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Aug 09 18:01:38 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Aug 09 18:01:38 2013 -0700 |
tree | 3dc8b346af7ca6c6274d9df0e512943f42334e40 | |
parent | fdec0fbf17c8e966ffc783de66d011e9ed809396 [diff] |
add script for running pylint
diff --git a/pylint.sh b/pylint.sh new file mode 100755 index 0000000..e3d136b --- /dev/null +++ b/pylint.sh
@@ -0,0 +1,3 @@ +#!/bin/bash +cd $(dirname $(readlink -f $0)) +PYTHONPATH=src/python:tests:tests-1.3 pylint -E tests/*.py tests-1.3/*.py src/python/oftest/*.py