From 5b1727fa0577cfb8eb303b4477fc1a700060615e Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 13 Sep 2023 16:53:50 -0600 Subject: [PATCH] Remove azure-sdk-for-go exception from lint configuration --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 841f10c9b9c..0fc0c5b8912 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -140,10 +140,6 @@ issues: - prealloc - path: ^test/ text: exported (.+) should have comment( \(or a comment on this block\))? or be unexported - # Need to use the deprecated module "github.com/Azure/azure-sdk-for-go/services" till issue #2670 is addressed. - - linters: - - staticcheck - text: "github.com/Azure/azure-sdk-for-go/services/.* is deprecated" - source: \"github.com/onsi/(ginkgo/v2|gomega)\" text: "should not use dot imports" include: