-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give enumerations boilerplate definitions for now #836
Comments
Ideally the results form this command would be empty or extremely short poetry run linkml-lint --format tsv src/mixs/schema/mixs.yaml |
but like lots of other LinkML projects, we have poetry run linkml-lint --format tsv src/mixs/schema/mixs.yaml | grep -v 'Permissible value of Enum' |
that's still pretty long, but mostly due to enums without descriptions. In the long run, we should write descriptions that describe the composition of the enums, rather than their use. |
in PR's branch:
|
The linked PR does give the enums minimal descriptions, but unfortunately the diff of We can look at a command line diff live in the next meeting and then make a go/no-go decision about the PR. |
part of
The text was updated successfully, but these errors were encountered: