Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4667658 By: fabioz
Yeap, currently there's no such option for PyLint within Pydev. You can report it as a feature request -- (maybe a behavior similar to pydev extensions, where you can add [EMAIL PROTECTED] in your file to prevent it from being analyzed) -- would be a nice option. It would be an option doing it yourself and submitting it as a patch too (as it should be a pretty easy fix in the way I described above -- tweaking org.python.pydev.builder.pylint.PyLintVisitor.java a bit should do the trick...) Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
