remove bin/ryu-manager from the list of files for pylint/pep8
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
f731bc88e3
commit
10b835e301
@ -90,7 +90,7 @@ run_tests() {
|
||||
run_pylint() {
|
||||
echo "Running pylint ..."
|
||||
PYLINT_OPTIONS="--rcfile=.pylintrc --output-format=parseable"
|
||||
PYLINT_INCLUDE="ryu bin/ryu-manager ryu/tests/bin/ryu-client"
|
||||
PYLINT_INCLUDE="ryu ryu/tests/bin/ryu-client"
|
||||
export PYTHONPATH=$PYTHONPATH:.ryu
|
||||
PYLINT_LOG=pylint.log
|
||||
|
||||
@ -108,7 +108,7 @@ run_pep8() {
|
||||
|
||||
PEP8_EXCLUDE="vcsversion.py,*.pyc,contrib"
|
||||
PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-source"
|
||||
PEP8_INCLUDE="bin/* ryu setup*.py"
|
||||
PEP8_INCLUDE="ryu setup*.py"
|
||||
PEP8_LOG=pep8.log
|
||||
${wrapper} pep8 $PEP8_OPTIONS $PEP8_INCLUDE | tee $PEP8_LOG
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user