Perform handshake on first read/write #1230
lint.yaml
on: pull_request
lint
/
Metadata
7s
lint
/
Go
14s
Annotations
10 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_go_test.go#L69
Function `Dial` should pass the context parameter (contextcheck)
|
lint / Go:
conn_go_test.go#L100
Function `Client` should pass the context parameter (contextcheck)
|
lint / Go:
conn_go_test.go#L134
Function `Server` should pass the context parameter (contextcheck)
|
lint / Go:
conn_test.go#L3250
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
lint / Go:
conn_test.go#L3415
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
lint / Go:
e2e/e2e_test.go#L263
type assertion must be checked (forcetypeassert)
|
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#L326
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
conn.go#L338
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
conn.go#L228
exported: exported method Conn.Handshake should have comment or be unexported (revive)
|
lint / Go:
conn.go#L232
exported: exported method Conn.HandshakeContext should have comment or be unexported (revive)
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/dtls/dtls. Supported file pattern: go.sum
|