Perform handshake on first read/write #1228
lint.yaml
on: pull_request
lint
/
Metadata
8s
lint
/
Go
23s
Annotations
6 errors and 6 warnings
Commit message check failed
Capitalize the subject line
|
lint / Metadata
Process completed with exit code 1.
|
lint / Go:
bench_test.go#L43
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
lint / Go:
conn_test.go#L3240
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
lint / Go:
conn_test.go#L3405
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
lint / Go
issues found
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/dtls/dtls. Supported file pattern: go.sum
|
lint / Go:
conn.go#L227
exported: exported method Conn.Handshake should have comment or be unexported (revive)
|
lint / Go:
conn.go#L231
exported: exported method Conn.HandshakeContext should have comment or be unexported (revive)
|
lint / Go:
conn.go#L318
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
conn.go#L330
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/dtls/dtls. Supported file pattern: go.sum
|