FIXTradingCommunity / fix-orchestra

Machine readable rules of engagement
Apache License 2.0
73 stars 34 forks source link

[repositoryValidator] Warn about names that conflict with keywords #146

Open donmendelson opened 2 years ago

donmendelson commented 2 years ago

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.