add lint-client and lint-diff-client targets

This commit is contained in:
Severiano Badajoz
2020-04-01 14:31:46 -07:00
parent 708a5af039
commit fc6183b1d1
+8
View File
@@ -77,6 +77,14 @@ fmt-py:
lint:
flake8 server
.PHONY: lint-client
lint-client:
cd client && $(MAKE) lint
.PHONY: lint-diff-client
lint-diff-client:
cd client && $(MAKE) lint-diff
# CREATING DISTRIBUTION RELEASE