This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Bump golang.org/x/term from 0.23.0 to 0.25.0 #7
Annotations
1 error and 3 warnings
lint
issues found
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
credential/credentials.go#L19
var-naming: const VerifiableCredentialJsonSchemaType should be VerifiableCredentialJSONSchemaType (revive)
|
lint:
credential/datatype.go#L29
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (move short variable declaration to its own line if necessary) (revive)
|