File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
docs/src/docs/contributing Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ That is all the configuration that is required to run a custom linter in your pr
8686Custom linters are disabled by default, and are not enabled when ` linters.enable-all` is specified.
8787They can be enabled by adding them the `linters.enable` list, or providing the enabled option on the command line (`golangci-lint run -Eexample`).
8888
89+ The configuration inside the `settings` field of linter have some limitations (there are NOT related to the plugin system itself) :
90+ we use Viper to handle the configuration but Viper put all the keys in lowercase, and `.` cannot be used inside a key.
91+
8992# ## Create a Plugin
9093
9194Your linter must provide one or more `golang.org/x/tools/go/analysis.Analyzer` structs.
You can’t perform that action at this time.
0 commit comments