chore: update output format in golangci-lint config and improve response writing in tests

This commit is contained in:
ProtoTess
2025-12-01 01:14:00 +00:00
parent 518924772a
commit 24b3b1d1c9
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -7,3 +7,6 @@ linters:
run:
timeout: 5m
output:
format: colored-line-number
+1 -1
View File
@@ -108,7 +108,7 @@ func newMockDeviceStorageServer() *httptest.Server {
</SOAP-ENV:Envelope>`
}
w.Write([]byte(response))
_, _ = w.Write([]byte(response))
}))
}