root/releases/pkgcore/0.1.2/pylint @ marienz%2540gentoo.org-20060906170310-86eee996942d25b4

Revision marienz%2540gentoo.org-20060906170310-86eee996942d25b4, 122 bytes (checked in by Marien Zwart <marienz@…>, 2 years ago)

Add a pylint plugin providing a better "line too long" check, a trailing whitespace check, and demandload support.

  • Property executable set to True
Line 
1#!/bin/sh
2
3# Wrapper using our custom pylintrc and plugin.
4
5PYTHONPATH=lintplugin pylint --rcfile=dev-notes/pylintrc "$@"
Note: See TracBrowser for help on using the browser.