Skip to content

Commit a8c76f4

Browse files
authored
golangci-lint: v2 JSON Schema (#4614)
1 parent 55b02cf commit a8c76f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/api/json/catalog.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2690,7 +2690,11 @@
26902690
".golangci.toml",
26912691
".golangci.json"
26922692
],
2693-
"url": "https://golangci-lint.run/jsonschema/golangci.jsonschema.json"
2693+
"url": "https://golangci-lint.run/jsonschema/golangci.jsonschema.json",
2694+
"versions": {
2695+
"1": "https://golangci-lint.run/jsonschema/golangci.v1.jsonschema.json",
2696+
"2": "https://golangci-lint.run/jsonschema/golangci.v2.jsonschema.json"
2697+
}
26942698
},
26952699
{
26962700
"name": "Golangci-lint Custom Plugins Configuration",

0 commit comments

Comments
 (0)