File tree 1 file changed +3
-4
lines changed
docs/src/docs/contributing
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,9 @@ linters-settings:
64
64
original-url : github.com/golangci/example-linter
65
65
` ` `
66
66
67
- That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default,
68
- but abide by the same rules as other linters. If the disable all option is specified either on command line or in
69
- ` .golangci.yml` files `linters:disable-all: true`, custom linters will be disabled; they can be re-enabled by adding them
70
- to the `linters:enable` list, or providing the enabled option on the command line, `golangci-lint run -Eexample`.
67
+ That is all the configuration that is required to run a custom linter in your project.
68
+ Custom linters are disabled by default, and are not enabled when ` linters.enable-all` is specified.
69
+ They can be enabled by adding them the `linters.enable` list, or providing the enabled option on the command line (`golangci-lint run -Eexample`).
71
70
72
71
# ## Create a Plugin
73
72
You can’t perform that action at this time.
0 commit comments