fix-orchestra
fix-orchestra copied to clipboard
[repositoryValidator] Warn about names that conflict with keywords
It is expected that Orchestra will be commonly used for code generation. Names of messages, fields, codes, etc. should not conflict with keywords of common programming languages since that would cause a syntax error. The validator should check all names against a list of words to avoid.