diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |