You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/configuration/file.md
+41-2Lines changed: 41 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,47 @@ Config options inside the file are identical to command-line options.
18
18
You can configure specific linters' options only within the config file (not the command-line).
19
19
20
20
There is a [`.golangci.reference.yml`](https://github.com/golangci/golangci-lint/blob/HEAD/.golangci.reference.yml) file with all supported options, their descriptions, and default values.
21
-
This file is neither a working example nor a recommended configuration, it's just a reference to display all the configuration options.
21
+
This file is neither a working example nor a recommended configuration,
22
+
it's just a reference to display all the configuration options used to generate the documentation.
22
23
23
24
The configuration file can be validated with the JSON Schema: [golangci.jsonschema.json](https://golangci-lint.run/jsonschema/golangci.jsonschema.json)
0 commit comments