Add ability to load triemux from Content Store #545
ci.yml
on: pull_request
Test Go
1m 7s
golangci-lint
42s
Annotations
11 errors
golangci-lint:
lib/load_routes.go#L191
Error return value is not checked (errcheck)
|
golangci-lint:
lib/load_routes_test.go#L32
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
lib/load_routes_test.go#L36
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
lib/load_routes_test.go#L40
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
lib/load_routes_test.go#L57
Error return value is not checked (errcheck)
|
golangci-lint:
lib/load_routes_test.go#L91
Error return value is not checked (errcheck)
|
golangci-lint:
lib/router.go#L152
Error return value of `rt.listenForContentStoreUpdates` is not checked (errcheck)
|
golangci-lint:
lib/load_routes.go#L54
string `backend` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
lib/load_routes.go#L74
string `gone` has 5 occurrences, make it a constant (goconst)
|
golangci-lint:
lib/load_routes.go#L67
string `redirect` has 5 occurrences, make it a constant (goconst)
|
Test Go
Process completed with exit code 2.
|