Matthew Gamble

Results 77 comments of Matthew Gamble

This also looks like a fix for my issue https://github.com/kubernetes-client/python/issues/2119

> I'm not convinced there are very many developers writing plugins and I'd be relaxed about just putting it in the release notes of a minor version. As someone who's...

It would be great if the error messages could get more specific when necessary. For example, if a variable named `ThingType` is detected, it should explicitly tell the user that...

What can we do to help get this merged? It would be very useful!

This would be fantastic. I would also appreciate other obvious code smells, like classes full of nothing but static functions. It frustrates me immensely that pylint has a rule for...

Why can't that check just be enabled by default? Do any additional packages need installing? If not, why is it even called a plugin?

"too many statements" does not do anything similar. Calculating cyclomatic complexity has absolutely nothing to do with the number of statements in a subroutine.