Re: Standardizing python code using pylint

2009-12-18 Thread Julian Foad
Bhuvaneswaran A wrote: > ping? Any comments on this proposal? > > On Sun, 2009-12-06 at 22:29 +0530, Bhuvaneswaran A wrote: > > As discussed in this email thread [1], I've come up with the pylint > > rules for standardizing the python code throughout the repository. > > > > Few of rules that woul

Re: Standardizing python code using pylint

2009-12-17 Thread Bhuvaneswaran A
ping? Any comments on this proposal? On Sun, 2009-12-06 at 22:29 +0530, Bhuvaneswaran A wrote: > As discussed in this email thread [1], I've come up with the pylint > rules for standardizing the python code throughout the repository. > > Few of rules that would be of crowd's interest are as follo

Re: Standardizing python code using pylint

2009-12-07 Thread Daniel Shahaf
Роман Донченко wrote on Mon, 7 Dec 2009 at 00:00 +0300: > (Note to all: I've been unable to hack on the bindings lately, but I'm not > gone. I will probably step back on my duties in January.) In the meantime, you can send your ICLA and create your ASF account, so that in January you aren't held b

Re: Standardizing python code using pylint

2009-12-06 Thread Bhuvaneswaran A
On Mon, 2009-12-07 at 00:00 +0300, Роман Донченко wrote: > > As discussed in this email thread [1], I've come up with the pylint > > rules for standardizing the python code throughout the repository. > > > Based on the above rules I've run pylint report for few python > scripts, > > and they are a

Re: Standardizing python code using pylint

2009-12-06 Thread Роман Донченко
Bhuvaneswaran A писал в своём письме Sun, 06 Dec 2009 19:59:22 +0300: As discussed in this email thread [1], I've come up with the pylint rules for standardizing the python code throughout the repository. Based on the above rules I've run pylint report for few python scripts, and they are

Standardizing python code using pylint

2009-12-06 Thread Bhuvaneswaran A
As discussed in this email thread [1], I've come up with the pylint rules for standardizing the python code throughout the repository. Few of rules that would be of crowd's interest are as follows: * Regex for functions: [a-z_][a-z0-9_]{2,30}$ * Regex for methods: [a-z_][a-z0-9_]{2,30}$ * R