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
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
Роман Донченко 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
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
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
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
6 matches
Mail list logo