mirror of
https://github.com/ilyakooo0/searx.git
synced 2024-12-01 08:52:56 +03:00
[fix] activate pylint only for the tests
This commit is contained in:
parent
0313797dfd
commit
6cd3bf376f
2
manage
2
manage
@ -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 $?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user