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)