mirror of
https://github.com/searx/searx
synced 2025-02-15 11:20:55 +01: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…
x
Reference in New Issue
Block a user