protogetter icon indicating copy to clipboard operation
protogetter copied to clipboard

Protobuf golang linter - use getters instead of fields.

Results 3 protogetter issues
Sort by recently updated
recently updated
newest added

Is it possible to instruct the linter to error on cases where you're getting one of the fields inside of a `oneof`? For example: ```protobuf message Foo { oneof bar...

enhancement
help wanted

Feel free to split in separate issues if needed. --- @ghostiam, hi! Thank you for linter. I deeply reviewed it. 1) Naming proposal – `protogolint` is too general and conflicts...

wontfix

Hi. When I apply a pointer field in fix mode, I get a compile error(IncompatibleAssign). Because the getter in the pointer field returns a value. For example, protoc generates the...

enhancement