From d78dccef76959a16a36291e1b017ddc261d452d5 Mon Sep 17 00:00:00 2001 From: Eldar Rakhimberdin Date: Tue, 3 Jul 2018 16:41:01 +0300 Subject: [PATCH] Fix comment message --- .golangci.example.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.example.yml b/.golangci.example.yml index dd30241e..d10b06b9 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -165,8 +165,8 @@ issues: # Independently from option `exclude` we use default exclude patterns, # it can be disabled by this option. To list all # excluded by default patterns execute `golangci-lint run --help`. - # Default value for this option is false. - exclude-use-default: true + # Default value for this option is true. + exclude-use-default: false # Maximum issues count per one linter. Set to 0 to disable. Default is 50. max-per-linter: 0 @@ -186,4 +186,4 @@ issues: new-from-rev: REV # Show only new issues created in git patch with set file path. - new-from-patch: path/to/patch/file \ No newline at end of file + new-from-patch: path/to/patch/file