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.