Skip to content

Commit 22a5b94

Browse files
committed
review
1 parent 80c45e7 commit 22a5b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/docs/plugins/go-plugins.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ That is all the configuration that is required to run a custom linter in your pr
7171
7272
Custom linters are enabled by default, but abide by the same rules as other linters.
7373
74-
If the disable all option is specified either on command line or in `.golang.yml` files `linters.disable-all: true`, custom linters will be disabled;
74+
If the disable all option is specified either on command line or in `.golangci.yml` files `linters.default: none`, custom linters will be disabled;
7575
they can be re-enabled by adding them to the `linters.enable` list,
7676
or providing the enabled option on the command line, `golangci-lint run -Eexample`.
7777

78-
The configuration inside the `settings` field of linter have some limitations (there are NOT related to the plugin system itself):
78+
The configuration inside the `linters.settings` field of linter have some limitations (there are NOT related to the plugin system itself):
7979
we use Viper to handle the configuration but Viper put all the keys in lowercase, and `.` cannot be used inside a key.

0 commit comments

Comments
 (0)