Skip to content

Commit 091f664

Browse files
Add minLength constraint to ImportantFilePatterns schema items
1 parent 0ecab84 commit 091f664

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Settings.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"type": "array",
1414
"description": "Regex patterns that identify important files. Changes matching these patterns trigger build, test, and publish stages. Defaults to ['^src/', '^README\\.md$'] when not configured.",
1515
"items": {
16-
"type": "string"
16+
"type": "string",
17+
"minLength": 1
1718
}
1819
},
1920
"Test": {

0 commit comments

Comments
 (0)