File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1096,7 +1096,7 @@ linters-settings:
1096
1096
1097
1097
That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default,
1098
1098
but 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
1100
1100
to the `linters:enable` list, or providing the enabled option on the command line, `golangci-lint run -Eexample`.
1101
1101
1102
1102
### To Create Your Own Custom Linter
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ linters-settings:
485
485
486
486
That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default,
487
487
but 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
489
489
to the ` linters:enable ` list, or providing the enabled option on the command line, ` golangci-lint run -Eexample ` .
490
490
491
491
### To Create Your Own Custom Linter
You can’t perform that action at this time.
0 commit comments