Chris Markiewicz
Chris Markiewicz
Linking in https://github.com/bids-standard/bids-validator/pull/280, which was a refactor that laid some groundwork for this effort. Next step is to start pulling pieces in from OpenNeuro's isomorphic git-based implementation.
I have removed the legacy bits, have not yet added schema bits.
Should add a section on the legacy validator. Can probably use bits of https://hackmd.io/fk9pCOVoRia0oFl1_opNHg
Had a quick stab at starting a sphinx doc site. It seems deno does not play very nicely with typedoc, so it might not be worth it. OTOH, we can...
Docs are started here: https://bids-validator.readthedocs.io > what is the typical thing javascript people use for doc? Docusaurus? Not sure if it makes sense to try it. The API is pretty...
Thanks @dshattuck. The `--ignoreSubjectConsistency` is missing because subject consistency checks are no longer a thing. They might be useful in a secondary tool, but we agree that they took too...
But noting changes to the CLI in the docs is definitely a good idea.
Sort of... We have a list of issues without implementations in the schema, but there are many that are one-off inside checks that would need to be aggregated. There are...
Yes. As much as possible, we've tried to encode issue information into the schema itself, for consistency in case of multiple validators. Some issues are only encountered by the validator....
This also relates to https://github.com/bids-standard/bids-2-devel/issues/65, which would turn this from a warning to an error in BIDS 2.0.