File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1096,7 +1096,7 @@ linters-settings:
10961096
10971097That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default,
10981098but abide by the same rules as other linters. If the disable all option is specified either on command line or in
1099- `.golang .yml` files `linters:disable-all: true`, custom linters will be disabled; they can be re-enabled by adding them
1099+ `.golangci .yml` files `linters:disable-all: true`, custom linters will be disabled; they can be re-enabled by adding them
11001100to the `linters:enable` list, or providing the enabled option on the command line, `golangci-lint run -Eexample`.
11011101
11021102### To Create Your Own Custom Linter
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ linters-settings:
485485
486486That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default,
487487but abide by the same rules as other linters. If the disable all option is specified either on command line or in
488- ` .golang .yml ` files ` linters:disable-all: true ` , custom linters will be disabled; they can be re-enabled by adding them
488+ ` .golangci .yml ` files ` linters:disable-all: true ` , custom linters will be disabled; they can be re-enabled by adding them
489489to the ` linters:enable ` list, or providing the enabled option on the command line, ` golangci-lint run -Eexample ` .
490490
491491### To Create Your Own Custom Linter
You can’t perform that action at this time.
0 commit comments