Skip to content

Commit

Permalink
Enable existence checks by default (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradh authored Aug 27, 2021
1 parent 2040186 commit 8feaea7
Show file tree
Hide file tree
Showing 4 changed files with 730 additions and 147 deletions.
2 changes: 1 addition & 1 deletion tool/src/main/java/org/datacommons/tool/Lint.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Lint implements Callable<Integer> {

@CommandLine.Option(
names = {"-e", "--existence_checks"},
defaultValue = "false",
defaultValue = "true",
description =
"Check DCID references to schema nodes against the KG and locally. If set, then "
+ "calls will be made to the Staging API server, and instance MCFs get fully "
Expand Down
Loading

0 comments on commit 8feaea7

Please sign in to comment.