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 @@ -311,7 +311,7 @@ To see which config file is being used and where it was sourced from run golangc
311
311
Config options inside the file are identical to command-line options.
312
312
You can configure specific linters' options only within the config file (not the command-line).
313
313
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
315
315
config file with all supported options, their description and default value:
316
316
``` yaml
317
317
# 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
200
200
Config options inside the file are identical to command-line options.
201
201
You can configure specific linters' options only within the config file (not the command-line).
202
202
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
204
204
config file with all supported options, their description and default value:
205
205
```yaml
206
206
{{.GolangciYamlExample}}
You can’t perform that action at this time.
0 commit comments