From 95b04e4b56a2997d8f84b4849ac5a94d66020f16 Mon Sep 17 00:00:00 2001 From: Chris Nesbitt-Smith Date: Thu, 3 Oct 2019 00:08:29 +0100 Subject: [PATCH] fix misplaced backtick in example config in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sorry, I'm a pedant 😄 --- .golangci.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.example.yml b/.golangci.example.yml index c2d24c33749c..5893b5832112 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -184,7 +184,7 @@ linters-settings: disabled-checks: - regexpMust - # Enable multiple checks by tags, run `GL_DEBUG=gocritic golangci-lint` run to see all tags and checks. + # Enable multiple checks by tags, run `GL_DEBUG=gocritic golangci-lint run` to see all tags and checks. # Empty list by default. See https://github.com/go-critic/go-critic#usage -> section "Tags". enabled-tags: - performance