Skip to content

Commit dd93a61

Browse files
authored
fix(azurite): fix lint (#3453)
1 parent 32220d6 commit dd93a61

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/azurite/services.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,17 @@ import (
77
const (
88
// Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite".
99
// Please use that package instead for all new code.
10-
//
11-
//nolint:staticcheck
1210
BlobService Service = azurite.BlobService
1311

1412
// Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite".
1513
// Please use that package instead for all new code.
16-
//
17-
//nolint:staticcheck
1814
QueueService Service = azurite.QueueService
1915

2016
// Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite".
2117
// Please use that package instead for all new code.
22-
//
23-
//nolint:staticcheck
2418
TableService Service = azurite.TableService
2519
)
2620

2721
// Deprecated: This type is deprecated in favor of the one in "modules/azure/azurite".
2822
// Please use that package instead for all new code.
29-
//
30-
//nolint:staticcheck
3123
type Service = azurite.Service

0 commit comments

Comments
 (0)