Re: [code-quality] pylint and gtk3

2014-01-16 Thread Sylvain Thénault
On 16 janvier 10:32, Zunbeltz Izaola wrote: > Dear all, > > I read that pylint can handle the gobject introspection thanks to > astroid and pylint-brain. > I installed version 1.1 of pylint and py2gi.py is installed in my system. > But, I don't understand how to enable the use of py2gi, because I

Re: [code-quality] Change in error messages in pylint 1.1

2014-01-16 Thread Sylvain Thénault
On 16 janvier 10:50, Mark E. Hamilton wrote: > Hi, Hi Mark, > When we updated to pylint 1.1 many of the messages changed. In > particular, the invalid-name (C0103) message used to say: > > ... Invalid name "Test_which" for type class (should match > [A-Z_][a-zA-Z0-9]+$) > > which was really us

[code-quality] pylint and gtk3

2014-01-16 Thread Zunbeltz Izaola
Dear all, I read that pylint can handle the gobject introspection thanks to astroid and pylint-brain. I installed version 1.1 of pylint and py2gi.py is installed in my system. But, I don't understand how to enable the use of py2gi, because I still have the E1101 Instance of 'Box' has no 'pac

[code-quality] Change in error messages in pylint 1.1

2014-01-16 Thread Mark E. Hamilton
Hi, When we updated to pylint 1.1 many of the messages changed. In particular, the invalid-name (C0103) message used to say: ... Invalid name "Test_which" for type class (should match [A-Z_][a-zA-Z0-9]+$) which was really useful, since (if you understand regular expressions) it tells the u