Hi,
I thought that I'd ask here before opening an issue. I'm seeing intermittent
warnings on the same code.
For this line:
doc.DeveloperName = dev_type # pylint: disable=invalid-name
I get this warning:
file.py:50: [C0103(invalid-name), TestSomething._create] Attribute name
"Develo
Hey,
On Wed, Aug 12, 2020 at 09:12:00AM -, David Resnick via code-quality wrote:
> I thought that I'd ask here before opening an issue. I'm seeing intermittent
> warnings on the same code.
Perhaps a shot in the dark, but do you happen to use multiple jobs via pylint's
-j option? I've seen va