We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23641e3 commit e247601Copy full SHA for e247601
jsonschema/golangci.next.jsonschema.json
@@ -3958,7 +3958,23 @@
3958
"description": "The list of ids of default excludes to include or disable.",
3959
"type": "array",
3960
"items": {
3961
- "type": "string"
+ "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
+ ]
3978
},
3979
"default": []
3980
0 commit comments