Skip to content

Commit 78d3971

Browse files
committed
docs: s/.golangci.yml/.golangci.example.yml
1 parent 020c948 commit 78d3971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ To see which config file is being used and where it was sourced from run golangc
311311
Config options inside the file are identical to command-line options.
312312
You 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
315315
config file with all supported options, their description and default value:
316316
```yaml
317317
# This file contains all available configuration options

README.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ To see which config file is being used and where it was sourced from run golangc
200200
Config options inside the file are identical to command-line options.
201201
You 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
204204
config file with all supported options, their description and default value:
205205
```yaml
206206
{{.GolangciYamlExample}}

0 commit comments

Comments
 (0)