[code-quality] Having trouble making pylint+astroid truly ignore context

2015-04-03 Thread 梅巴達
Hi, Inside Google we use pylint in many ways. In some we have plenty context for imports, etc. In others we have only on file in isolation and need to lint it the best we can without any context for imports, etc. To support that we have a pylint mode where it should ignore everything but the f

Re: [code-quality] Having trouble making pylint+astroid truly ignore context

2015-04-03 Thread Claudiu Popa
On Sat, Apr 4, 2015 at 1:25 AM, Daniel Balparda (梅巴達) wrote: > > Hi, > > Inside Google we use pylint in many ways. In some we have plenty > context for imports, etc. In others we have only on file in isolation and > need to lint it the best we can without any context for imports, etc. To > sup