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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ If you would like to test individual files you can use the file specific checks
44
44
45
45
Additionally you can reformat stored errors against a new config using `validate.reformat()`
46
46
47
+
#### .bidsignore
48
+
Optionally one can include a `.bidsignore` file in the root of the dataset. This file lists patterns (compatible
49
+
with the [.gitignore syntax](https://git-scm.com/docs/gitignore)) defining files that should be ignored by the
50
+
validator. This option is useful when the validated dataset includes file types not yet supported by BIDS specification.
51
+
47
52
#### Configuration
48
53
49
54
You can configure the severity of errors by passing a json configuration file with a --c or --config flag to the command line interface or by defining a config object on the options object passed during javascript usage.
0 commit comments