Skip to content

Implement DTLS 1.2 Connection IDs #915

Implement DTLS 1.2 Connection IDs

Implement DTLS 1.2 Connection IDs #915

Triggered via pull request July 18, 2023 19:56
Status Failure
Total duration 27s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
Commit message check failed
Capitalize the subject line
lint / Metadata
Process completed with exit code 1.
lint / Go: pkg/protocol/recordlayer/inner_plaintext.go#L41
pkg/protocol/recordlayer/inner_plaintext.go:41: Line contains TODO/BUG/FIXME: "TODO: more specific error for missing co..." (godox)
lint / Go: conn.go#L415
conn.go:415: Line contains TODO/BUG/FIXME: "TODO: Finished record may contain CID." (godox)
lint / Go: conn.go#L558
shadow: declaration of "err" shadows declaration at line 536 (govet)
lint / Go: conn.go#L807
shadow: declaration of "err" shadows declaration at line 793 (govet)
lint / Go
issues found
lint / Go: pkg/crypto/ciphersuite/cbc.go#L194
unused-parameter: parameter 'contentType' seems to be unused, consider removing or renaming it as _ (revive)
lint / Go: conn.go#L271
exported: exported function UDPServer should have comment or be unexported (revive)