[Python-projects] pylint: Allow disable-all to be specified inline

Daniel Drake ddrake at brontes3d.com
Mon Dec 4 17:57:59 CET 2006


Hi,

I'm running pylint on all files in a source tree and would like a way to
be able to exclude specific files from the scan.

I know I could easily do this in my script which invokes pylint, but is
there any interest in adding this functionality to pylint itself?

I am attaching a patch which allows you to use the following near the
top of the file:

	# pylint: disable-all

-- 
Daniel Drake
Brontes Technologies, A 3M Company
-------------- next part --------------
A non-text attachment was scrubbed...
Name: disable-all.patch
Type: text/x-patch
Size: 3709 bytes
Desc: not available
Url : http://lists.logilab.org/pipermail/python-projects/attachments/20061204/8d807042/attachment.bin 


More information about the Python-Projects mailing list