easyp-tech / easyp

Apache License 2.0
77 stars 3 forks source link

[BUG] Incorrect validation of message names and field names #80

Closed esqp closed 3 months ago

esqp commented 3 months ago

When validating message names containing numbers, the error message is not pascal case is thrown.

Examples:

message S3Data {
  ...
}

message InfoS3 {
  ...
}

When validating message fields names containing numbers, the error message field is not lower snake case is thrown.

Examples:

message Info {
  string s3_bucket = 1;
  string s3_path = 2;
}
hound672 commented 3 months ago

Close? Since PR was merged