From 6cd3bf376fcfe43f112bcc20e0c67c2ab9eb1861 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Thu, 13 May 2021 22:14:55 +0200 Subject: [PATCH] [fix] activate pylint only for the tests --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index d743ffcc..22720053 100755 --- a/manage +++ b/manage @@ -400,7 +400,7 @@ test.pylint() { pyenv.cmd python ${PYLINT_OPTIONS} ${PYLINT_VERBOSE} \ --disable="${PYLINT_SEARX_DISABLE_OPTION}" \ --ignore=searx/engines \ - searx tests + tests ) dump_return $? }