Skip to content

Commit

Permalink
Add pylint target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jun 27, 2023
1 parent 8c09ac4 commit c701bb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
CONT_TAG=suse/qac/pcw

.PHONY: all
all: prepare test
all: prepare test pylint

.PHONY: prepare
prepare:
pip install -r requirements_test.txt

.PHONY: pylint
pylint:
pylint ocw/lib/*.py cleanup_k8s.py

.PHONY: test
test:
flake8 --max-line-length=130 webui
Expand Down

0 comments on commit c701bb9

Please sign in to comment.