Skip to content

Commit

Permalink
Update bids-validator/src/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nell Hardcastle <nell@dev-nell.com>
  • Loading branch information
effigies and nellh authored Aug 24, 2023
1 parent e9810fc commit 307d79d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bids-validator/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ $ deno run --allow-read --allow-env https://deno.land/x/bids_validator/bids-vali

Deno by default sandboxes applications like a web browser. `--allow-read` allows the validator to read local files, and `--allow-env` enables OS-specific features.

By default only schema derived validation rules are run. The legacy validator can be run at the same time with `--legacy` and this may improve coverage for issues not yet implemented in the schema variant.

```shell
$ deno run --allow-read --allow-env https://deno.land/x/bids_validator/bids-validator.ts --legacy path/to/dataset
Expand Down

0 comments on commit 307d79d

Please sign in to comment.