Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-21 | pylint: update output style to parseable | Joshua Powers | |
This makes the output much easier to view and parse through while fixing issues. | |||
2017-04-21 | pylint: fix all logging warnings | Joshua Powers | |
This will change all instances of LOG.warn to LOG.warning as warn is now a deprecated method. It will also make sure any logging uses lazy logging by passing string format arguments as function parameters. | |||
2017-03-24 | test: add running of pylint | Joshua Powers | |
Now tox will run pylint. The .pylintrc file sets pylint to only produce errors, and will ignore certain classes that are known problematic (six). |