mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
add lint_pylint_errors
This commit is contained in:
parent
dbd23ef149
commit
2a3dbdb80e
2 changed files with 10 additions and 1 deletions
|
|
@ -336,6 +336,15 @@ lint_flake8:
|
|||
@printf "\e[1F\e[9C ok\n"
|
||||
|
||||
|
||||
## Run pylint.
|
||||
.PHONY: lint_pylint_errors
|
||||
lint_pylint_errors:
|
||||
@printf "pylint ..\n";
|
||||
@$(DEV_ENV)/bin/pylint --errors-only --jobs=4 --rcfile=setup.cfg \
|
||||
src/ test/
|
||||
@printf "\e[1F\e[9C ok\n"
|
||||
|
||||
|
||||
## Run pylint.
|
||||
.PHONY: lint_pylint
|
||||
lint_pylint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue