Skip to content

GHA-integration initial commit #1

GHA-integration initial commit

GHA-integration initial commit #1

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Triggered via push February 6, 2024 13:13
Status Failure
Total duration 57s
Artifacts

master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
lint: pkg/asn1/aper/aper.go#L155
naked return in func `parseConstraintValue` with 32 lines of code (nakedret)
lint: pkg/asn1/aper/aper.go#L166
naked return in func `parseConstraintValue` with 32 lines of code (nakedret)
lint: pkg/asn1/aper/aper.go#L173
naked return in func `parseConstraintValue` with 32 lines of code (nakedret)
lint: pkg/asn1/aper/aper.go#L189
naked return in func `parseLength` with 32 lines of code (nakedret)
lint: pkg/asn1/aper/aper.go#L193
naked return in func `parseLength` with 32 lines of code (nakedret)
lint: pkg/asn1/aper/aper.go#L197
naked return in func `parseLength` with 32 lines of code (nakedret)
lint: pkg/asn1/aper/marshal.go#L163
naked return in func `appendBitString` with 91 lines of code (nakedret)
lint: pkg/asn1/aper/marshal.go#L205
naked return in func `appendBitString` with 91 lines of code (nakedret)
lint: pkg/asn1/aper/marshal.go#L219
naked return in func `appendBitString` with 91 lines of code (nakedret)
lint
issues found
fossa-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: fossas/fossa-action@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: pkg/sctp/sctp_test.go#L60
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/sctp/sctp_test.go#L114
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/asn1/aper/aper.go#L627
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)