chiark / gitweb /
jenkins-build: make pylint handle the hashlib hash classes properly
authorHans-Christoph Steiner <hans@eds.org>
Wed, 2 Apr 2014 23:53:53 +0000 (19:53 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 3 Apr 2014 16:33:22 +0000 (12:33 -0400)
commite9dc2ddd51b2d3de8d839fa3cf4259231b6e2245
treeca0d34a05dbb85ff22d151cae5fedb4843cb8e39
parentc353a69231ee7f2ca68ccfbd482f2b974a3355eb
jenkins-build: make pylint handle the hashlib hash classes properly

hashlib uses some magic to load whatever is built into the local openssl.
pylint gets confused by this, so we need a pylint plugin to trick pylint
into thinking everything is good.
.pylint-plugins/astng_hashlib.py [new file with mode: 0644]
jenkins-build