From 8fdb35de94bef1f1680b6304a99b889c8684ccff Mon Sep 17 00:00:00 2001 From: Alex Senger Date: Fri, 20 Sep 2024 11:40:33 +0200 Subject: [PATCH] #209 fixes linting deprecation warning --- .golangci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 64a0900..64fb591 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,7 +15,8 @@ linters: linters-settings: errcheck: - ignore: Close + exclude-functions: + - Close issues: exclude-use-default: false