Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

appease linter

appease linter #22

Triggered via push November 24, 2023 05:09
Status Failure
Total duration 17s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: dom/node_test.go#L126
Error return value of `doc.SetDocumentElement` is not checked (errcheck)
lint: dom/node_test.go#L133
Error return value of `child.AppendText` is not checked (errcheck)
lint: dom/node_test.go#L134
Error return value of `root.AddChild` is not checked (errcheck)
lint: dom/node_test.go#L221
Error return value of `doc.SetDocumentElement` is not checked (errcheck)
lint: dom/node_test.go#L227
Error return value of `root.AddChild` is not checked (errcheck)
lint: dom/node_test.go#L233
Error return value of `root.AddChild` is not checked (errcheck)
lint: xml_test.go#L45
Error return value of `d.SetDocumentElement` is not checked (errcheck)
lint: xml_test.go#L75
Error return value of `n.AddChild` is not checked (errcheck)
lint: xml_test.go#L99
Error return value of `n.AddChild` is not checked (errcheck)
lint: xml_test.go#L149
Error return value of `r.SetNamespace` is not checked (errcheck)