trevp / tlslite

TLS Library in python
Other
235 stars 67 forks source link

[v5] add check for code style #78

Closed tomato42 closed 9 years ago

tomato42 commented 9 years ago

Add check to make sure that the the new code matches (mostly) current code style. Uses default settings for pylint, with the exception of settings marked with mixedCase which were modified to keep consistent style in library.

Changes since v4:

Changes since v2:

Changes since v1: