Skip to content

Split hello package into syncing and pairing packages #111

Split hello package into syncing and pairing packages

Split hello package into syncing and pairing packages #111

Triggered via pull request October 31, 2024 22:42
Status Failure
Total duration 1m 21s
Artifacts

unit.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint: pkg/pairing/enc.go#L1
package-comments: should have a package comment (revive)
lint: pkg/pairing/enc.go#L8
exported: type name will be used as pairing.PairingEncoder by other packages, and that stutters; consider calling this Encoder (revive)
lint: pkg/pairing/if.go#L4
exported: type name will be used as pairing.PairingRequestClientError by other packages, and that stutters; consider calling this RequestClientError (revive)
lint: pkg/pairing/pairing.go#L13
exported: type name will be used as pairing.PairingRequest by other packages, and that stutters; consider calling this Request (revive)
lint: pkg/pairing/pairing.go#L21
exported: type name will be used as pairing.PairingRequestWireguardConfig by other packages, and that stutters; consider calling this RequestWireguardConfig (revive)
lint: pkg/pairing/if.go#L18
exported: type name will be used as pairing.PairingRequestServerError by other packages, and that stutters; consider calling this RequestServerError (revive)
lint: pkg/pairing/if.go#L39
exported: type name will be used as pairing.PairingClientTransport by other packages, and that stutters; consider calling this ClientTransport (revive)
lint: pkg/pairing/pairing.go#L26
exported: type name will be used as pairing.PairingResponse by other packages, and that stutters; consider calling this Response (revive)
lint: pkg/pairing/pairing.go#L36
exported: type name will be used as pairing.PairingResponseWireguardConfig by other packages, and that stutters; consider calling this ResponseWireguardConfig (revive)
lint: pkg/pairing/if.go#L44
exported: type name will be used as pairing.PairingServerTransport by other packages, and that stutters; consider calling this ServerTransport (revive)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/