Skip to content

Commit

Permalink
docs: add default exclusion names to the JSONSchema (#5338)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
ccoVeille and ldez authored Jan 20, 2025
1 parent 23641e3 commit e247601
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion jsonschema/golangci.next.jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3958,7 +3958,23 @@
"description": "The list of ids of default excludes to include or disable.",
"type": "array",
"items": {
"type": "string"
"enum": [
"EXC0001",
"EXC0002",
"EXC0003",
"EXC0004",
"EXC0005",
"EXC0006",
"EXC0007",
"EXC0008",
"EXC0009",
"EXC0010",
"EXC0011",
"EXC0012",
"EXC0013",
"EXC0014",
"EXC0015"
]
},
"default": []
},
Expand Down

0 comments on commit e247601

Please sign in to comment.