Skip to content

Commit 74ac94c

Browse files
committed
Fix dynamicConstantNames
1 parent 1992810 commit 74ac94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/parametersSchema.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ parametersSchema:
159159
resultCachePath: string()
160160
resultCacheSkipIfOlderThanDays: int()
161161
resultCacheChecksProjectExtensionFilesDependencies: bool()
162-
dynamicConstantNames: listOf(string())
162+
dynamicConstantNames: arrayOf(string())
163163
customRulesetUsed: schema(bool(), nullable())
164164
rootDir: string()
165165
tmpDir: string()

0 commit comments

Comments
 (0)