Skip to content

Commit 9599ce2

Browse files
marcospassospepakriz
authored andcommitted
Fix whitelist validation schema (#100)
1 parent 7f5982e commit 9599ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ parametersSchema:
2020
uncheckedExceptions: listOf(string())
2121
methodThrowTypeDeclarations: arrayOf(arrayOf(listOf(string())))
2222
functionThrowTypeDeclarations: arrayOf(listOf(string()))
23-
methodWhitelist: arrayOf(listOf(string()))
23+
methodWhitelist: arrayOf(string())
2424
])
2525

2626
services:

0 commit comments

Comments
 (0)