Skip to content

Commit e247601

Browse files
ccoVeilleldez
andauthored
docs: add default exclusion names to the JSONSchema (#5338)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 23641e3 commit e247601

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Diff for: jsonschema/golangci.next.jsonschema.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -3958,7 +3958,23 @@
39583958
"description": "The list of ids of default excludes to include or disable.",
39593959
"type": "array",
39603960
"items": {
3961-
"type": "string"
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+
]
39623978
},
39633979
"default": []
39643980
},

0 commit comments

Comments
 (0)