feat: add rsa support for fingreprint #56
Annotations
8 errors and 1 warning
Run checks:
doc/util/fingerprint/fingerprint.go#L126
`encodeRSAPublicKey` is unused (deadcode)
|
Run checks:
doc/util/fingerprint/fingerprint.go#L69
cyclomatic complexity 12 of func `CreateDIDKeyByJwk` is high (> 10) (gocyclo)
|
Run checks:
doc/util/fingerprint/fingerprint.go#L149
`if bits == 2048` has complex nested blocks (complexity: 5) (nestif)
|
Run checks:
doc/util/fingerprint/fingerprint.go#L119
return statements should not be cuddled if block has more than two lines (wsl)
|
Run checks:
doc/util/fingerprint/fingerprint.go#L128
if statements should only be cuddled with assignments used in the if statement itself (wsl)
|
Run checks:
doc/util/fingerprint/fingerprint.go#L139
only one cuddle assignment allowed before if statement (wsl)
|
Run checks:
doc/util/fingerprint/fingerprint.go#L144
append only allowed to cuddle with appended value (wsl)
|
Run checks
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading