Andrew Haigh

Results 15 comments of Andrew Haigh

Hi @danslinger, thanks for the report. It could very well be an integration issue on my end: if I remember correctly at the time of the last release (of pylint-protobuf)...

I wasn't able to reproduce this so there must be something extra that's different between our environments. It seems like your `pip freeze` output is missing `astroid` (I assume that's...

I never did figure out how to address those comments within the scope of that change and then I spent some time away from contributing to open source for a...

Hi @hmc-cs-mdrissi, thanks for the report. Do you have `enable=all` in your `MESSAGES CONTROL` section of `pylintrc` or `pyproject.toml`? `useless-suppression` is an informational I-message which is not considered by pylint...

Since pylint checker priority was removed, pylint-protobuf no longer tries to suppress "no-member" via `PyLinter.disable` since we can't guarantee that we run before the builtin typecheck linter. Since nothing is...