You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour: The additional symbol should be flagged and a warning returned
Displayed behaviour: The linter hits a nil pointer exception and panics
Client version: 0.46.2(e359414)
When a proto files contain stray double semi-colons, dependent on where in the .proto it is, two unexpected behaviours are displayed.
Error 1
If the extra semi-colon is found in a
message
orenum
section, e.g.Expected behaviour: The additional symbol should be flagged and a warning returned
Displayed behaviour: The proto file validates
Error 2
If the extra semi-colon is found in
imports
oroptions
, e.g.Expected behaviour: The additional symbol should be flagged and a warning returned
Displayed behaviour: The linter hits a nil pointer exception and panics
Panic trace
The text was updated successfully, but these errors were encountered: