From 19b7d05737f86171a0eaaf18d94b9f7d817a6433 Mon Sep 17 00:00:00 2001 From: Daniele Date: Tue, 9 Mar 2021 18:40:23 +0100 Subject: [PATCH] docs: Update .golangci.example.yml (#1816) Minor typo fixed. --- .golangci.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.example.yml b/.golangci.example.yml index 8c55ddb2..bb956951 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -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