Switch to glangci lint #137
Annotations
10 errors and 1 warning
Run linters:
test/context_test.go#L722
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
Run linters:
test/context_test.go#L790
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
Run linters:
test/context_test.go#L804
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
Run linters:
encoders/protobuf/protobuf_enc.go#L32
SA1019: nats.RegisterEncoder is deprecated: Encoded connections are no longer supported. (staticcheck)
|
Run linters:
enc.go#L50
SA1019: builtin.JsonEncoder is deprecated: Encoded connections are no longer supported. (staticcheck)
|
Run linters:
enc.go#L51
SA1019: builtin.GobEncoder is deprecated: Encoded connections are no longer supported. (staticcheck)
|
Run linters:
enc.go#L52
SA1019: builtin.DefaultEncoder is deprecated: Encoded connections are no longer supported. (staticcheck)
|
Run linters:
test/enc_test.go#L32
SA1019: nats.EncodedConn is deprecated: Encoded connections are no longer supported. (staticcheck)
|
Run linters:
test/enc_test.go#L33
SA1019: nats.NewEncodedConn is deprecated: Encoded connections are no longer supported. (staticcheck)
|
Run linters:
test/enc_test.go#L45
SA1019: nats.NewEncodedConn is deprecated: Encoded connections are no longer supported. (staticcheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading