strange PyLint configuration (was: PEP 8 style enforcing program)
- From: Bjoern Schliessmann <usenet-mail-0306.20.chr0n0ss@xxxxxxxxxxxxxxx>
- Date: Thu, 31 May 2007 19:58:09 +0200
Alexander Eisenhuth wrote:
Pylint is one of them (http://www.logilab.org/857)
BTW: Why does pylint want all names with underscores? I tested it
and it complains about malformed names in e.g. the following cases
that are conformant to PEP 8:
- single letter as parameter
- firstLowerCamelCase names for instances and instance methods in
class declarations ("should match [a-z_][a-z0-9_]{2,30}$")
- all lowercase method names in class declarations
Those policies are barely usable, IMHO, and neither practical.
LOL, and it rates my code -1.9/10. The minus is no typo.
Regards,
Björn
--
BOFH excuse #291:
Due to the CDA, we no longer have a root account.
.
- Follow-Ups:
- Re: strange PyLint configuration (was: PEP 8 style enforcing program)
- From: Eduardo \"EdCrypt\" O. Padoan
- Re: strange PyLint configuration (was: PEP 8 style enforcing program)
- References:
- PEP 8 style enforcing program
- From: montyphyton
- Re: PEP 8 style enforcing program
- From: Alexander Eisenhuth
- PEP 8 style enforcing program
- Prev by Date: Re: Is PEP-8 a Code or More of a Guideline?
- Next by Date: Re: Python memory handling
- Previous by thread: Re: PEP 8 style enforcing program
- Next by thread: Re: strange PyLint configuration (was: PEP 8 style enforcing program)
- Index(es):