Skip to content

Commit 98cb659

Browse files
committed
Include jsonschema on the doc
1 parent 6d9ab42 commit 98cb659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/docs/contributing/new-linters.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ After that:
3030
if you think that this project needs not default values.
3131
- [config struct](https://github.com/golangci/golangci-lint/blob/HEAD/pkg/config/config.go):
3232
don't forget about `mapstructure` tags for proper configuration files parsing.
33+
- [jsonschema/golangci.next.jsonschema.json](https://github.com/golangci/golangci-lint/blob/HEAD/jsonschema/golangci.next.jsonschema.json): update the JSON schema to include your new linter and its options, so configuration files are validated and editor support is available.
3334
5. Take a look at the example of [pull requests with new linter support](https://github.com/golangci/golangci-lint/pulls?q=is%3Apr+is%3Amerged+label%3A%22linter%3A+new%22).
3435
6. Run the tests:
3536
```bash

0 commit comments

Comments
 (0)