Skip to content

Commit

Permalink
Remove azure-sdk-for-go exception from lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Sep 14, 2023
1 parent dd82824 commit 4511375
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4511375

Please sign in to comment.