mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-01 08:58:56 -04:00
docs: improve plugins page (#4494)
This commit is contained in:
parent
2a1afc14cb
commit
eaf3ff0741
5 changed files with 45 additions and 7 deletions
docs/src
|
@ -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/
|
||||
|
||||
|
|
|
@ -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 }
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue