forked from zaclys/searxng
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
This commit is contained in:
commit
f5d10abc7f
5 changed files with 199 additions and 79 deletions
8
Makefile
8
Makefile
|
|
@ -75,9 +75,13 @@ $(GH_PAGES)::
|
|||
|
||||
PHONY += test test.sh test.pylint test.pep8 test.unit test.robot
|
||||
|
||||
test: test.pylint test.pep8 test.unit test.robot
|
||||
|
||||
# TODO: balance linting with pylint
|
||||
test: test.pep8 test.unit test.sh test.robot
|
||||
- make pylint
|
||||
|
||||
test.pylint: pyenvinstall
|
||||
$(call cmd,pylint,searx/preferences.py)
|
||||
$(call cmd,pylint,searx/testing.py)
|
||||
|
||||
test.sh:
|
||||
shellcheck -x utils/lxc.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue