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 55b02cf commit a8c76f4Copy full SHA for a8c76f4
src/api/json/catalog.json
@@ -2690,7 +2690,11 @@
2690
".golangci.toml",
2691
".golangci.json"
2692
],
2693
- "url": "https://golangci-lint.run/jsonschema/golangci.jsonschema.json"
+ "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
+ }
2698
},
2699
{
2700
"name": "Golangci-lint Custom Plugins Configuration",
0 commit comments