diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2016-02-12 18:37:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-12 18:37:29 +0000 |
commit | 97af88149e4884d978f3bdabcb846b5ccd3611f2 (patch) | |
tree | 27f66615a455c2fc8bb7bc4b1771e9c68bda1c4f /jjb/csit/include-raw-csit-pylint.sh | |
parent | cb838fe2ac862f269785cbae8e9caa3a106ef0c7 (diff) | |
parent | 24d308628d0cf57222375894209a72e7ce23af25 (diff) |
Merge "Rework CSIT jobs - 1 validates CSIT commits, 1 tests vpp debs."
Diffstat (limited to 'jjb/csit/include-raw-csit-pylint.sh')
-rw-r--r-- | jjb/csit/include-raw-csit-pylint.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/csit/include-raw-csit-pylint.sh b/jjb/csit/include-raw-csit-pylint.sh new file mode 100644 index 000000000..e68088481 --- /dev/null +++ b/jjb/csit/include-raw-csit-pylint.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +find resources -name \*.py | xargs pylint --rcfile=pylint.cfg > pylint.log || true + +# vim: ts=4 ts=4 sts=4 et : |