Improve pylintrc.

Change-Id: I7115927a829a6dbdde32b26a08fa8f78b43dbf27
This commit is contained in:
Enrico Faulhaber
2017-09-14 11:22:24 +02:00
parent 4717322400
commit 4bfd0c5ac2
3 changed files with 95 additions and 378 deletions

View File

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