Skip to content

fix: fix some base32 parsing issues by using go standard library instead of regex #648

fix: fix some base32 parsing issues by using go standard library instead of regex

fix: fix some base32 parsing issues by using go standard library instead of regex #648

Triggered via pull request June 26, 2024 15:04
Status Failure
Total duration 2m 40s
Artifacts

workflow.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint: baked_in.go#L1417
S1008: should use 'return err == nil' instead of 'if err != nil { return false }; return true' (gosimple)
lint
issues found