From c5a06256d716a17750021150427b55d0ec00ed12 Mon Sep 17 00:00:00 2001 From: Stephen Groat Date: Wed, 29 Jan 2020 15:40:56 -0800 Subject: [PATCH] fix golangci.yml reference --- README.md | 2 +- README.tmpl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3379ec2..42d7f376 100644 --- a/README.md +++ b/README.md @@ -1096,7 +1096,7 @@ linters-settings: That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default, but abide by the same rules as other linters. If the disable all option is specified either on command line or in -`.golang.yml` files `linters:disable-all: true`, custom linters will be disabled; they can be re-enabled by adding them +`.golangci.yml` files `linters:disable-all: true`, custom linters will be disabled; they can be re-enabled by adding them to the `linters:enable` list, or providing the enabled option on the command line, `golangci-lint run -Eexample`. ### To Create Your Own Custom Linter diff --git a/README.tmpl.md b/README.tmpl.md index bec9c838..e4025b3e 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -485,7 +485,7 @@ linters-settings: That is all the configuration that is required to run a custom linter in your project. Custom linters are enabled by default, but abide by the same rules as other linters. If the disable all option is specified either on command line or in -`.golang.yml` files `linters:disable-all: true`, custom linters will be disabled; they can be re-enabled by adding them +`.golangci.yml` files `linters:disable-all: true`, custom linters will be disabled; they can be re-enabled by adding them to the `linters:enable` list, or providing the enabled option on the command line, `golangci-lint run -Eexample`. ### To Create Your Own Custom Linter