Skip to content

Commit b744f06

Browse files
committed
fix golangci-lint: add nolintlint on mnq
1 parent 2cc6e27 commit b744f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/mnq/helpers_mnq_queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func NATSClientWithRegion( //nolint:ireturn,nolintlint
104104
return js, region, err
105105
}
106106

107-
func newNATSJetStreamClient( //nolint:ireturn
107+
func newNATSJetStreamClient( //nolint:ireturn,nolintlint
108108
region string,
109109
endpoint string,
110110
credentials string,

0 commit comments

Comments
 (0)