--
You received this message because you are subscribed to the Google Groups "bids-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bids-discussion+unsubscribe@googlegroups.com.
To post to this group, send email to bids-discussion@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bids-discussion/59b0c60f-c796-468e-a551-e77a8634f3e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,I'm really happy people are using the config file! I'm looking into the default config and it seems to be using double asterix:Could you try this syntax?Best,Chris
On Fri, Apr 7, 2017 at 12:57 PM, <d.jon.p...@gmail.com> wrote:
Hi Everyone,I'm trying to get bids-validator to ignore two main-level directories in my project called "download" and "documentation". I've tried all kinds of iterations of :"ignoredFiles": [ "/download*" , "/documentation*" ]"ignoredFiles": [ "*download*" , "*documentation*" ]"ignoredFiles": [ "download*" , "documentation*" ]"ignoredFiles": [ "download/*" , "documentation/*" ]in the config file, and the bids validator still tries to validate files in these directories. Is there some example of a config file that I can take a look at that has a non-empty ignoredFiles value that I can use as a template? I'm sure that there's something simple and dumb that I'm missing. I know that the validator is parsing my config file because it gives an error on a mis-formed config.Thanks,-Dan
--
You received this message because you are subscribed to the Google Groups "bids-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bids-discussi...@googlegroups.com.
To post to this group, send email to bids-di...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bids-discussion+unsubscribe@googlegroups.com.
To post to this group, send email to bids-discussion@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bids-discussion/d1942423-c19d-438a-a7b6-1d13321da155%40googlegroups.com.