Add pylintrc.

Change-Id: I151c14607aaa9d6255db41cc30a4422989f1509e
This commit is contained in:
Alexander Lenz
2017-09-13 18:54:31 +02:00
parent 88a2230fb7
commit 4717322400
2 changed files with 264 additions and 1 deletions

View File

@@ -30,4 +30,7 @@ test-coverage:
doc:
$(MAKE) -C doc html
.PHONY: doc clean test test-verbose test-coverage demo
lint:
pylint -j $(shell nproc) -f colorized -r n --rcfile=pylintrc secop secop_* test
.PHONY: doc clean test test-verbose test-coverage demo lint