~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to .buildout/bin/lint.sh.in

  • Committer: Barry Warsaw
  • Date: 2009-06-30 10:14:49 UTC
  • Revision ID: barry@list.org-20090630101449-hn6q37pycyughgpa
Integrate pylint and Sphinx documentation buildout targets.

* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
2
 
 
3
export PYTHONPATH=${os-paths}
 
4
bin/pylint ${package} --rcfile=pylint.rc