mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
boilerplate: add pylint / WIP: balance linting with pylint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
7e572a2453
commit
796197db2d
2 changed files with 447 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -43,9 +43,11 @@ run: pyenvinstall
|
|||
# test
|
||||
# ----
|
||||
|
||||
PHONY += test test.pep8 test.unit test.robot
|
||||
PHONY += test test.pylint test.pep8 test.unit test.robot
|
||||
|
||||
# TODO: balance linting with pylint
|
||||
test: test.pep8 test.unit test.robot
|
||||
- make pylint
|
||||
|
||||
test.pep8: pyenvinstall
|
||||
$(PY_ENV_ACT); ./manage.sh pep8_check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue