Skip to content

Commit e2140ba

Browse files
committed
Somehow validator cfg was forgotten
1 parent 6c6d6bd commit e2140ba

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"ignore": [
3+
"TOTAL_READOUT_TIME_NOT_DEFINED"
4+
],
5+
"warn": [],
6+
"error": [],
7+
"ignoredFiles": [
8+
"/.heudiconv/*", "/.heudiconv/*/*", "/.heudiconv/*/*/*", "/.heudiconv/*/*/*/*",
9+
"/.heudiconv/.git*",
10+
"/.heudiconv/.git/*",
11+
"/.heudiconv/.git/*/*",
12+
"/.heudiconv/.git/*/*/*",
13+
"/.heudiconv/.git/*/*/*/*",
14+
"/.heudiconv/.git/*/*/*/*/*",
15+
"/.heudiconv/.git/*/*/*/*/*/*",
16+
"/.git*",
17+
"/.datalad/*", "/.datalad/.*",
18+
"/.*/.datalad/*", "/.*/.datalad/.*",
19+
"/sub*/ses*/*/*__dup*", "/sub*/*/*__dup*"
20+
]
21+
}
22+

0 commit comments

Comments
 (0)