On Mon, Dec 14, 2009 at 11:44 AM, Nikolaus Rath <nikol...@rath.org> wrote: > Hello, > > Is there a way to exclude a couple of specific files from the PyLint > analysis? I tried adding the files to PyLint's ignore option, but that > doesn't seem to help (I guess since PyDev explicitly calls PyLint with > each of the filenames on the command line and thereby overrides the > ignore= directive). > > Since the files are autogenerated by external tools, it would be even > better if the exclusion would work without adding any special markers > into the files itself. > > > Best, > > -Nikolaus
Hello, Right now there's no such support... what you could do is providing a different lint.py which doesn't call the one from pylint if it's one of the files you don't want to analyze. Cheers, Fabio ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users