fix misplaced backtick in example config in readme

sorry, I'm a pedant 😄
This commit is contained in:
Chris Nesbitt-Smith 2019-10-03 00:08:29 +01:00 committed by Trevor Pounds
parent 13e3a1a375
commit dbf0231f74

View File

@ -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