On Thu, Apr 23, 2009 at 12:00 PM, Aahz <a...@pythoncraft.com> wrote:
> In article <874owf4gky.fsf...@benfinney.id.au>,
> Ben Finney  <ben+pyt...@benfinney.id.au> wrote:
>>a...@pythoncraft.com (Aahz) writes:
>>>
>>> Second, you can configure pylint to respect your personal style
>>
>>How? I haven't seen any decent documentation on doing so.
>
> Actually, I don't know how, I'm just repeating what was claimed at a
> presentation on pylint.  ;-)  I've traditionally used pychecker myself
> and haven't seen any reason to switch.


I believe you just:

  pylint --generate-rcfile > ~/.pylintrc

and then customize that file.

-- 
David
blog: http://www.traceback.org
twitter: http://twitter.com/dstanek
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to