Skip to content

Commit a71e8b4

Browse files
authored
Merge pull request #239 from linkml/spec-part5-implementation
Added a ReferenceValidator that performs complete normalizations.
2 parents 1aae031 + d53a81c commit a71e8b4

File tree

8 files changed

+3485
-0
lines changed

8 files changed

+3485
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ update_model:
1111

1212
test:
1313
poetry run python -m unittest discover
14+
15+
# temporary measure until linkml-model is synced
16+
linkml_runtime/processing/validation_datamodel.py: linkml_runtime/processing/validation_datamodel.yaml
17+
gen-python $< > $@.tmp && mv $@.tmp $@

0 commit comments

Comments
 (0)