cleanup package usage #401
Annotations
8 errors
|
cmds/create-ffs/create-ffs.go#L172
Error return value of `mainSection.GenSecHeader` is not checked (errcheck)
|
cmds/create-ffs/create-ffs.go#L29
var `compress` is unused (unused)
|
cmds/create-ffs/create-ffs.go#L30
var `auto` is unused (unused)
|
pkg/bytes/is_zero_filled_amd64.go#L17
SA1019: reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (staticcheck)
|
pkg/intel/metadata/fit/ent_startup_ac_module_entry_test.go#L17
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)
|
pkg/intel/metadata/fit/ent_startup_ac_module_entry_test.go#L19
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
|
The logs for this run have expired and are no longer available.
Loading