Skip to content

Commit 12cae07

Browse files
committed
docs: add a note about JSON Schema
1 parent e9d2167 commit 12cae07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/docs/configuration/configuration.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ You can configure specific linters' options only within the config file (not the
3131
There is a [`.golangci.reference.yml`](https://github.com/golangci/golangci-lint/blob/master/.golangci.reference.yml) file with all supported options, their description, and default values.
3232
This file is neither a working example nor a recommended configuration, it's just a reference to display all the configuration options.
3333

34+
The configuration file can be validated with the JSON Schema: https://golangci-lint.run/jsonschema/golangci.jsonschema.json
35+
3436
{ .ConfigurationExample }
3537

3638
## Command-Line Options

0 commit comments

Comments
 (0)