[fix] activate pylint only for the tests

This commit is contained in:
Adam Tauber 2021-05-13 22:14:55 +02:00
parent 0313797dfd
commit 6cd3bf376f
1 changed files with 1 additions and 1 deletions

2
manage
View File

@ -400,7 +400,7 @@ test.pylint() {
pyenv.cmd python ${PYLINT_OPTIONS} ${PYLINT_VERBOSE} \ pyenv.cmd python ${PYLINT_OPTIONS} ${PYLINT_VERBOSE} \
--disable="${PYLINT_SEARX_DISABLE_OPTION}" \ --disable="${PYLINT_SEARX_DISABLE_OPTION}" \
--ignore=searx/engines \ --ignore=searx/engines \
searx tests tests
) )
dump_return $? dump_return $?
} }