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 @@ -311,7 +311,7 @@ To see which config file is being used and where it was sourced from run golangc
311311Config options inside the file are identical to command-line options.
312312You can configure specific linters' options only within the config file (not the command-line).
313313
314- There is a [ ` .golangci.yml ` ] ( https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml ) example
314+ There is a [ ` .golangci.example. yml ` ] ( https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml ) example
315315config file with all supported options, their description and default value:
316316``` yaml
317317# This file contains all available configuration options
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ To see which config file is being used and where it was sourced from run golangc
200200Config options inside the file are identical to command-line options.
201201You can configure specific linters' options only within the config file (not the command-line).
202202
203- There is a [`.golangci.yml`](https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml) example
203+ There is a [`.golangci.example. yml`](https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml) example
204204config file with all supported options, their description and default value:
205205```yaml
206206{{.GolangciYamlExample}}
You can’t perform that action at this time.
0 commit comments