I am using pyre-checking for static type testing, I want to ignore specific error from my project.
For example: Undefined attribute [16]: Module google.protobuf.struct_pb2 has no attribute _STRUCT.
Suppose if I want to ignore this error from my project how can I do it?
I believe what you're looking for could be found in the documentation. So what you need to do is write a specific comment according to the doc. in your case something like this would help: