Skip to content

Commit c5a0625

Browse files
stephengroattpounds
authored andcommitted
fix golangci.yml reference
1 parent 45f1e48 commit c5a0625

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
@@ -1096,7 +1096,7 @@ linters-settings:
10961096
10971097
That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default,
10981098
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
11001100
to 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

README.tmpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ linters-settings:
485485

486486
That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default,
487487
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
489489
to 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

0 commit comments

Comments
 (0)