bids-standard / bids-validator

Validator for the Brain Imaging Data Structure
https://bids-standard.github.io/bids-validator/
MIT License
1 stars 4 forks source link

Add a warning if people use data formats that are "allowed but not recommended" #81

Open choldgraf opened 6 years ago

choldgraf commented 6 years ago

In the iEEG spec, we agreed that some data formats should be allowed, though not recommended. This is meant to give us some more flexibility on deprecations and "official" support as the landscape around data formats changes (it is much less-stable than the fMRI landscape).

In bids-standard/legacy-validator#591 we discussed having the validator raise a warning whenever a user includes data in one of these "allowed" but not recommended formats. This is an issue to keep track of whether implementing this feature is a good idea.