main #1
ci.yml
on: pull_request
lint
2m 34s
test
1m 19s
Matrix: build
Annotations
9 errors
lint:
wfe/wfe.go#L1443
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
lint:
va/va.go#L321
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
lint:
va/va.go#L338
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
lint:
wfe/wfe.go#L2365
S1017: should replace this `if` statement with an unconditional `strings.TrimPrefix` (gosimple)
|
lint:
wfe/wfe.go#L181
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
|
lint:
wfe/wfe.go#L1405
SA5011: possible nil pointer dereference (staticcheck)
|
lint:
wfe/wfe.go#L1409
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
|
lint:
wfe/wfe.go#L1406
SA5011: possible nil pointer dereference (staticcheck)
|
lint
issues found
|