Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric-oftest
/
refs/heads/2.0-ga
/
.
/
pylint.sh
blob: e3d136b86fbff78923f1da2ea4426d4c9ab99f9d [
file
] [
log
] [
blame
]
Rich Lane
86319aa
2013-08-09 18:01:38 -0700
[
diff
] [
blame
]
1
#!/bin/bash
2
cd $
(
dirname $
(
readlink
-
f $0
))
3
PYTHONPATH
=
src
/
python
:
tests
:
tests
-
1.3
pylint
-
E tests
/*.
py tests
-
1.3
/*.
py src
/
python
/
oftest
/*.
py