Support for new windows kext #1205
go.yml
on: pull_request
Linter
14s
Test & Build
2m 50s
Annotations
11 errors and 1 warning
Linter:
windows_kext/kext_interface/info.go#L231
Error return value of `binary.Read` is not checked (errcheck)
|
Linter:
windows_kext/kext_interface/info.go#L253
Error return value of `binary.Read` is not checked (errcheck)
|
Linter:
windows_kext/kext_interface/info.go#L261
Error return value of `reader.Read` is not checked (errcheck)
|
Linter:
windows_kext/kext_interface/info.go#L202
File is not `gofumpt`-ed (gofumpt)
|
Linter:
windows_kext/kext_interface/info.go#L209
File is not `gofumpt`-ed (gofumpt)
|
Linter:
windows_kext/kext_interface/info.go#L229
File is not `gofumpt`-ed (gofumpt)
|
Linter:
windows_kext/kext_interface/command.go#L48
field `command` is unused (unused)
|
Linter:
windows_kext/kext_interface/command.go#L55
field `command` is unused (unused)
|
Linter:
windows_kext/kext_interface/kext_file_test.go#L12
func `(*KextFile).flushBuffer` is unused (unused)
|
Linter:
windows_kext/kext_interface/info.go#L19
the variable name `ErrorUnknownInfoType` should conform to the `ErrXxx` format (errname)
|
Test & Build
Process completed with exit code 1.
|
Test & Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|