Skip to content

Commit 6d12748

Browse files
committed
review
1 parent 59fdb0c commit 6d12748

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

jsonschema/golangci.next.jsonschema.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,9 +3958,23 @@
39583958
"description": "The list of ids of default excludes to include or disable.",
39593959
"type": "array",
39603960
"items": {
3961-
"type": "string",
3962-
"pattern": "^EXC[0-9]{4}$",
3963-
"examples": ["EXC0001", "EXC0002", "EXC0015"]
3961+
"enum": [
3962+
"EXC0001",
3963+
"EXC0002",
3964+
"EXC0003",
3965+
"EXC0004",
3966+
"EXC0005",
3967+
"EXC0006",
3968+
"EXC0007",
3969+
"EXC0008",
3970+
"EXC0009",
3971+
"EXC0010",
3972+
"EXC0011",
3973+
"EXC0012",
3974+
"EXC0013",
3975+
"EXC0014",
3976+
"EXC0015"
3977+
]
39643978
},
39653979
"default": []
39663980
},

0 commit comments

Comments
 (0)