I try to find a solution to use pylint on my project which use protobuf.
I find many solutions to fix trouble but the problem still there when I do a lvalue from a variable in protobuf message.
In Pycharm when I use IDE pylint, it seems there is no trouble and even a lvalue doesn’t generate a no member error.
Is there a way to know how the pylint command is used in pycharm?
Hi - Welcome in this forum. I assume you’re having trouble with the files that are auto-generated?
Have you tried for instance using “pylint-protobuf”?
The simplest solution for the problem would be to declare it’s not a problem and skip all automatically generated files when running pylint. Would that not be acceptable?