Skip to content

Commit

Permalink
Add --validate flag to linkml-lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Jun 27, 2024
1 parent d4f9806 commit 9718347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ test-python:
$(RUN) python -m unittest discover

lint:
$(RUN) linkml-lint $(SOURCE_SCHEMA_PATH)
$(RUN) linkml-lint --validate $(SOURCE_SCHEMA_PATH)

check-config:
ifndef LINKML_SCHEMA_NAME
Expand Down

0 comments on commit 9718347

Please sign in to comment.