Semantic convention tool should lint the enum values #40
Labels
semconv/model
Related to the data model or YAML format of the semantic convention generator
semconv
Related to the semantic convention generator.
We would like to enforce formatting for enum values in semantic conventions. (See open-telemetry/opentelemetry-specification#1519 for more details.)
In order to enforce the requirements of only allowing lower case characters and underscores (_), we need linting rules in the markdown generator. The generator should error if there are enum values that doesn't meet this criteria.
The text was updated successfully, but these errors were encountered: