summaryrefslogtreecommitdiff
path: root/pylint.conf
Commit message (Collapse)AuthorAge
* Fix 2.6 python testskballou2015-05-29
| | | | | Use `unittest2` module for Python 2.6 tests. Ignore duplicates in imports and add the requirement to the `setup.py` file.
* Remove deprecated pylint configuration optionskballou2014-08-01
|
* Refactor tests: pylint messageskballou2014-07-23
| | | | | Remove deprecated disable statements (that were also no longer necessary) and add correct warnings about public method count.
* Add build-file specification optionkennyballou2013-03-09
|
* Refactor/ Move Program flow to use `argparse`kennyballou2013-03-09
|
* Update pylint.confkennyballou2013-03-09
| | | | | | Update lint rules Update explicit ignores in favor of new lint rules
* pylint ALL THE THINGS!kennyballou2013-03-07