summaryrefslogtreecommitdiff
path: root/pylint.rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all pylint vestiges.Barry Warsaw2011-08-031-316/+0
|
* More lint picking.Barry Warsaw2009-07-041-1/+1
| | | | Fix a documentation link.
* Many pylint cleanups.Barry Warsaw2009-06-301-2/+8
|
* Integrate pylint and Sphinx documentation buildout targets.Barry Warsaw2009-06-301-0/+310
* bin/lint.sh runs the linter (be very afraid) * bin/docs runs Sphinx over the documentation (needs refining) src/sphinxconf.py is an ugly hack to hook the buildout recipe so that we can ignore text files in our tree that are not documentation.