[Python-projects] pylint flymake documentation patch

2010-07-22 Thread Derek Harland
Hi Sylvain, Here's a small change to the documentation on getting flymake to run pylint. --- /opt/local/share/doc/py26-lint/flymake.txt 2010-07-10 16:36:42.0 +1200 +++ ~/derek/flymake.txt 2010-07-23 09:10:04.0 +1200 @@ -37,6 +37,7 @@ ;; appear in the minibuffer (defun

Re: [Python-projects] disabling warning for one long line only (potential ppylint bug???)

2010-07-22 Thread Klaus Foerster
Thanks a lot Emile, Emile Anclin wrote: > On Wednesday 21 July 2010 17:44:55 kla...@dungeon.de wrote: > >> Especially as pylint already supports disabling of warnings for only >> one line (if the line is short enough to append a trailing pylint >> directive) >> >> The reason I want to use t

Re: [Python-projects] disabling warning for one long line only (potential ppylint bug???)

2010-07-22 Thread Emile Anclin
On Wednesday 21 July 2010 17:44:55 kla...@dungeon.de wrote: > Especially as pylint already supports disabling of warnings for only   > one line (if the line is short enough to append a trailing pylint   > directive) > > The reason I want to use the disable statement is for example for > something l