You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,13 @@ Pass the `--json` flag to see the issues in detail.
51
51
52
52
### Development tools
53
53
54
-
From the repository root, use `bids-validator/bids-validator-deno` to run with all permissions enabled by default:
54
+
From the repository root, use `./local-run` to run with all permissions enabled by default:
55
55
56
56
```shell
57
57
# Run from within the /bids-validator directory
58
58
cd bids-validator
59
59
# Run validator:
60
-
./bids-validator-deno path/to/dataset
60
+
./local-run path/to/dataset
61
61
```
62
62
63
63
## Schema validator test suite
@@ -69,12 +69,6 @@ deno test --allow-env --allow-read --allow-write src/
69
69
70
70
This test suite includes running expected output from bids-examples and may throw some expected failures for bids-examples datasets where either the schema or validator are misaligned with the example dataset while under development.
71
71
72
-
## Refreshing latest specification
73
-
74
-
If you are validating with the latest specification instead of a specific version, the validator will hold onto a cached version. You can request the newest version by adding the `--reload` argument to obtain the newest specification definition.
75
-
76
-
`deno run --reload=https://bids-specification.readthedocs.io/en/latest/schema.json src/main.ts`
77
-
78
72
## Modifying and building a new schema
79
73
80
74
To modify the schema a clone of bids-standard/bids-specification will need to be made. README and schema itself live here https://github.com/bids-standard/bids-specification/tree/master/src/schema.
0 commit comments