From ec1a5b8ac8b9ff0e2e29702559c42047ebf63973 Mon Sep 17 00:00:00 2001 From: Maya Sergeeva Date: Mon, 18 Apr 2022 14:23:47 +0300 Subject: [PATCH] Typo --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index cff7181..8c46394 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -172,7 +172,7 @@ linters-settings: # Check named return values. (defaults to false) check-return: false # Ignore "ok" variables that hold the bool return value of a type assertion. (defaults to false) - ignore-type-assert-ok: ftrue + ignore-type-assert-ok: true # Ignore "ok" variables that hold the bool return value of a map index. (defaults to false) ignore-map-index-ok: true # Ignore "ok" variables that hold the bool return value of a channel receive. (defaults to false)