Skip to content

ci: load kernel modules uio_pci_generic and nvme-tcp

codefactor.io / CodeFactor failed Feb 26, 2024 in 1s

1 issue fixed. 2 issues found.

Annotations

Check notice on line 309 in pkg/spdk/disk.go

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

pkg/spdk/disk.go#L227-L309

Complex Method

Check notice on line 20 in scripts/test

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/test#L20

Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. (SC2181)