docs: Update .golangci.example.yml (#1816)

Minor typo fixed.
This commit is contained in:
Daniele 2021-03-09 18:40:23 +01:00 committed by GitHub
parent 351f57b174
commit 19b7d05737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -424,7 +424,7 @@ linters-settings:
force-case-trailing-whitespace: 0
# Force cuddling of err checks with err var assignment
force-err-cuddling: false
# Allow leading comments to be separated with empty liens
# Allow leading comments to be separated with empty lines
allow-separated-leading-comment: false
gofumpt:
# Choose whether or not to use the extra rules that are disabled