Skip to content

Commit

Permalink
added flag --ensure-strict-prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Aug 29, 2023
1 parent f84503f commit bef8dc0
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 @@ -28,7 +28,7 @@ tmp/mondo.db: tmp/mondo.owl
rm -f tmp/mondo-relation-graph.tsv.gz

tmp/mondo_lexmatch.sssom.tsv: tmp/mondo.db
$(RUN) runoak -i sqlite:$< lexmatch -o $@ -R $(RULES_FILE)
$(RUN) runoak -i sqlite:$< lexmatch -o $@ -R $(RULES_FILE) --ensure-strict-prefixes

tmp/mondo_validate_full.tsv: tmp/mondo.db
$(RUN) runoak -i sqlite:$< validate -o $@
Expand Down

0 comments on commit bef8dc0

Please sign in to comment.