Skip to content

Commit dbf0231

Browse files
chrisnstpounds
authored andcommitted
fix misplaced backtick in example config in readme
sorry, I'm a pedant 😄
1 parent 13e3a1a commit dbf0231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ linters-settings:
184184
disabled-checks:
185185
- regexpMust
186186

187-
# Enable multiple checks by tags, run `GL_DEBUG=gocritic golangci-lint` run to see all tags and checks.
187+
# Enable multiple checks by tags, run `GL_DEBUG=gocritic golangci-lint run` to see all tags and checks.
188188
# Empty list by default. See https://github.com/go-critic/go-critic#usage -> section "Tags".
189189
enabled-tags:
190190
- performance

0 commit comments

Comments
 (0)