From 9e7ae6cb30efa844f14029bc50cf0641e202d8c4 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Fri, 19 Aug 2022 17:18:28 +0200 Subject: [PATCH] Wake up! Signed-off-by: Ulysses Souza --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 40dda7281..ed64575e9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -29,7 +29,7 @@ linters: - varcheck linters-settings: depguard: - list-type: blacklist + list-type: denylist include-go-root: true packages: # The io/ioutil package has been deprecated.