docs: improve plugins page ()

This commit is contained in:
Ludovic Fernandez 2024-03-13 13:48:59 +01:00 committed by GitHub
parent 2a1afc14cb
commit eaf3ff0741
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 45 additions and 7 deletions
docs/src

View file

@ -49,7 +49,7 @@
- label: Plugins
items:
- label: Module Plugin System
link: /contributing/new-linters/
link: /plugins/module-plugins/
- label: Go Plugin System
link: /contributing/private-linters/
link: /plugins/go-plugins/

View file

@ -69,3 +69,11 @@ linters:
enable:
- foo
```
## Reference
The configuration file can be validated with the JSON Schema: https://golangci-lint.run/jsonschema/custom-gcl.jsonschema.json
```yml
{ .CustomGCLReference }
```