[code-quality] Sporadic C0103(invalid-name) warnings

2020-08-12 Thread David Resnick via code-quality
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

[code-quality] Re: Sporadic C0103(invalid-name) warnings

2020-08-12 Thread Florian Bruhin
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