From 9b94c3ceca9430ef66349816d0e2ddabd791552e Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 10 Sep 2021 10:01:06 +1000 Subject: [PATCH] New recommended pylint command as part of qa target --- src/blenderbim/Makefile | 1 + src/ifcopenshell-python/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 23ef33155f..414de55bb9 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -460,6 +460,7 @@ test-bim: .PHONY: qa qa: black . + pylint ./* --output-format=colorized --disable all --enable E --disable import-error .PHONY: coverage coverage: diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 369a245e95..3ef57ccd12 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -5,6 +5,7 @@ test: .PHONY: qa qa: black . + pylint ./* --output-format=colorized --disable all --enable E .PHONY: coverage coverage: