We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fdb0c commit 6d12748Copy full SHA for 6d12748
jsonschema/golangci.next.jsonschema.json
@@ -3958,9 +3958,23 @@
3958
"description": "The list of ids of default excludes to include or disable.",
3959
"type": "array",
3960
"items": {
3961
- "type": "string",
3962
- "pattern": "^EXC[0-9]{4}$",
3963
- "examples": ["EXC0001", "EXC0002", "EXC0015"]
+ "enum": [
+ "EXC0001",
+ "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
+ ]
3978
},
3979
"default": []
3980
0 commit comments