Skip to content

Commit

Permalink
nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Mar 15, 2024
1 parent 86b4d87 commit 36654a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/testutils/fake_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type configAndCerts struct {
}

// NewFakeCloudServer creates and starts a new grpc server for the Viam Cloud.
func NewFakeCloudServer(t *testing.T, ctx context.Context, logger logging.Logger) (*FakeCloudServer, func()) { //revive:disable-line:context-as-argument
func NewFakeCloudServer(t *testing.T, ctx context.Context, logger logging.Logger) (*FakeCloudServer, func()) { //nolint:revive
t.Helper()

listener, err := net.ListenTCP("tcp", &net.TCPAddr{Port: 0})
Expand Down

0 comments on commit 36654a2

Please sign in to comment.