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
But the errors keep showing up (except the last ignore SCANS_FILENAME_NOT_MATCH_DATASET ).
I tried different type of globbing patterns, but none seems to work.
Are wildcard patterns supported? If so in which format?
Thanks!
The text was updated successfully, but these errors were encountered:
From my limited understanding of the code, it seems that the config ignores are merged with .bidsignore which can contains globs similar to a .gitignore, so that wouldn't work through that either? IIRC the legacy validator is able to handle globs in .bidsignore.
How complex would that be to implement globs?
Thanks!
Globs are supported in .bidsignore. The config takes partial issues and recategorizes any issue found that matches them into the appropriate bucket. It's a completely different mechanism.
I am trying to ignore a set of errors when running the validator on a datalad without any file fetched.
Here is the config I wrote following https://github.com/bids-standard/bids-validator/blob/main/docs/user_guide/command-line.md#configuration-file
But the errors keep showing up (except the last ignore
SCANS_FILENAME_NOT_MATCH_DATASET
).I tried different type of globbing patterns, but none seems to work.
Are wildcard patterns supported? If so in which format?
Thanks!
The text was updated successfully, but these errors were encountered: