diff --git a/.golangci.example.yml b/.golangci.example.yml index c2d24c33..5893b583 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