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
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