Skip to content

#519 Query Certificates with subjectKeyId #1544

#519 Query Certificates with subjectKeyId

#519 Query Certificates with subjectKeyId #1544

Triggered via pull request January 11, 2024 11:35
Status Failure
Total duration 16m 8s
Artifacts

verify.yml

on: pull_request
Check linter issues with golangci-lint tool
29s
Check linter issues with golangci-lint tool
Run actionlint tool to verify lint issues in GitHub actions
0s
Run actionlint tool to verify lint issues in GitHub actions
Run markdown-link-check tool to verify link issues
0s
Run markdown-link-check tool to verify link issues
Run PySpelling tool to verify spelling issues
0s
Run PySpelling tool to verify spelling issues
Integration tests
15m 38s
Integration tests
Check unit tests
0s
Check unit tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
Check linter issues with golangci-lint tool: x/pki/keeper/grpc_query_approved_certificates.go#L29
`if req.SubjectKeyId != ""` has complex nested blocks (complexity: 6) (nestif)
Check linter issues with golangci-lint tool: x/pki/keeper/approved_certificates_by_subject_key_id.go#L12
var-naming: method SetApprovedCertificatesBySubjectKeyId should be SetApprovedCertificatesBySubjectKeyID (revive)
Check linter issues with golangci-lint tool: x/pki/keeper/approved_certificates_by_subject_key_id.go#L21
var-naming: method AddApprovedCertificateBySubjectKeyId should be AddApprovedCertificateBySubjectKeyID (revive)
Check linter issues with golangci-lint tool: x/pki/keeper/approved_certificates_by_subject_key_id.go#L26
var-naming: method AddApprovedCertificatesBySubjectKeyId should be AddApprovedCertificatesBySubjectKeyID (revive)
Check linter issues with golangci-lint tool: x/pki/keeper/approved_certificates_by_subject_key_id.go#L30
var-naming: method parameter subjectKeyId should be subjectKeyID (revive)
Check linter issues with golangci-lint tool: x/pki/keeper/approved_certificates_by_subject_key_id.go#L53
var-naming: method GetApprovedCertificatesBySubjectKeyId should be GetApprovedCertificatesBySubjectKeyID (revive)
Check linter issues with golangci-lint tool: x/pki/keeper/approved_certificates_by_subject_key_id.go#L55
var-naming: method parameter subjectKeyId should be subjectKeyID (revive)
Integration tests
Process completed with exit code 1.
check
Process completed with exit code 1.
Check linter issues with golangci-lint tool: x/pki/keeper/approved_certificates_by_subject_key_id_test.go#L19
var-naming: func createNApprovedCertificatesBySubjectKeyId should be createNApprovedCertificatesBySubjectKeyID (revive)