On Fri, Apr 18, 2014 at 12:09 PM, Sylvain Thénault
<sylvain.thena...@logilab.fr> wrote:
>> * 
>> https://bitbucket.org/logilab/pylint/issue/75/wrong-default-for-dummy-variables
>> * 
>> https://bitbucket.org/logilab/pylint/issue/99/request-that-r-flag-default-to-n
>> * 
>> https://bitbucket.org/logilab/pylint/issue/171/pylint-does-not-install-by-easy_install
>
> No one on those? Here are my points:
>
> Regarding install (#171), the most important pb there, I would like to find a
> solution that don't compile test data files so it don't scare people.
>
> For #99, I really don't known. I think that's true for usability reason, but I
> fear this implies killing the whole feature. I'm tempted to keep them by 
> default
> and to advertise they can be easily disabled.
>
> #75, I propose to fix the doc rather than the regexp.
>


For #99 I think we should leave it as it is now. I know lots of people at work
who look at first at the rating that Pylint give for their code and afterwards
at the warnings and messages. We try to appeal to both experienced
developers and beginners as well and having `-r` defaulting to `y` works better
for the latter group. There's no problem for experienced ones to
modify their pylint rc file
to disable the flag completely.
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to