From 78d39711f0e29805ba6af46030084487d8521b25 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Tue, 19 Jun 2018 09:30:55 +0300 Subject: [PATCH] docs: s/.golangci.yml/.golangci.example.yml --- README.md | 2 +- README.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7886adb7..1082917c 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ To see which config file is being used and where it was sourced from run golangc Config options inside the file are identical to command-line options. You can configure specific linters' options only within the config file (not the command-line). -There is a [`.golangci.yml`](https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml) example +There is a [`.golangci.example.yml`](https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml) example config file with all supported options, their description and default value: ```yaml # This file contains all available configuration options diff --git a/README.md.tmpl b/README.md.tmpl index 345045d8..1c419fde 100644 --- a/README.md.tmpl +++ b/README.md.tmpl @@ -200,7 +200,7 @@ To see which config file is being used and where it was sourced from run golangc Config options inside the file are identical to command-line options. You can configure specific linters' options only within the config file (not the command-line). -There is a [`.golangci.yml`](https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml) example +There is a [`.golangci.example.yml`](https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml) example config file with all supported options, their description and default value: ```yaml {{.GolangciYamlExample}}