tweecode / twine

UI for creating hypertext stories
http://twinery.org
656 stars 97 forks source link

Add support for PyLint and fix warnings and errors it flagged #158

Closed mthuurne closed 10 years ago

mthuurne commented 10 years ago

PyLint (www.pylint.org) is a static code checker for Python. I made a rather liberal configuration, to avoid the useful warnings getting lost among tons of less useful ones.

Most of the things it found are opportunities to clean up the code, but it found a few bugs as well. I didn't have time to examine all things it reported yet.