Skip to content

Commit 80c34a1

Browse files
committed
test varidationconfig.json
1 parent 70c3ab6 commit 80c34a1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"SuiteConfig":
3+
{
4+
"Targets": "+"
5+
},
6+
7+
"SDKFilesValidation":
8+
{
9+
"manifestIgnore":
10+
[
11+
"*"
12+
]
13+
},
14+
15+
"FileContentKeywordValidation":
16+
{
17+
"Keywords":
18+
[
19+
{
20+
"Targets": "+",
21+
"Files":
22+
[
23+
"*.*"
24+
],
25+
"Patterns":
26+
[
27+
".*"
28+
]
29+
}
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)