summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1504072a5..f62db2f03 100644
--- a/Makefile
+++ b/Makefile
@@ -84,11 +84,11 @@ test.pylint: pyenvinstall
$(call cmd,pylint,searx/testing.py)
test.sh:
- shellcheck -x utils/lxc.sh
shellcheck -x utils/lib.sh
shellcheck -x utils/filtron.sh
shellcheck -x utils/searx.sh
shellcheck -x utils/morty.sh
+ shellcheck -x utils/lxc.sh
shellcheck -x .config.sh
test.pep8: pyenvinstall