Skip to content

Commit 19b7d05

Browse files
authored
docs: Update .golangci.example.yml (#1816)
Minor typo fixed.
1 parent 351f57b commit 19b7d05

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
@@ -424,7 +424,7 @@ linters-settings:
424424
force-case-trailing-whitespace: 0
425425
# Force cuddling of err checks with err var assignment
426426
force-err-cuddling: false
427-
# Allow leading comments to be separated with empty liens
427+
# Allow leading comments to be separated with empty lines
428428
allow-separated-leading-comment: false
429429
gofumpt:
430430
# Choose whether or not to use the extra rules that are disabled

0 commit comments

Comments
 (0)