[Pydev-code] pylint/pydev error lister, how to ignore by directory?
Brought to you by:
fabioz
From: Jari P. <spa...@ok...> - 2010-06-29 07:22:40
|
Hi! I'm using Django south, the migrations app, basically it generates python files under directory/module "migrations", e.g. myapp.migrations. But now my Eclipse Problems List is full of crap so to speak, almost all generated migration files causes some sort of error, so the question is how can I ignore these errors? I tried putting to to pylint arguments box following: "--ignore=migrations" but it didn't help a thing. And from pydev error checker I could not find a way to ignore by directory. Any help is appreciated, Thanks. - Jari Pennanen |