Split hello package into syncing and pairing packages #110
Annotations
10 errors and 2 warnings
Run linters:
pkg/pairing/enc.go#L1
package-comments: should have a package comment (revive)
|
Run linters:
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)
|
Run linters:
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)
|
Run linters:
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)
|
Run linters:
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)
|
Run linters:
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)
|
Run linters:
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)
|
Run linters:
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)
|
Run linters:
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)
|
Run linters:
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)
|
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/
|
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/
|
Loading