hybridgroup/gobot

Mavlink: common.go & mavlink.go contains many lines without error check

gen2thomas opened this issue · 0 comments

Linter "errcheck" found issues, in common.go but there are to many lines to fix it immediately. Errors are currently suppressed by "nolint" directive on file level, but IMO it would be useful to check all the "binary.Write" and "binary.Read" lines to prevent unexpected data.