Add ability to load triemux from Content Store #546
ci.yml
on: pull_request
Test Go
2m 19s
golangci-lint
39s
Annotations
11 errors
golangci-lint:
lib/load_routes.go#L183
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#L59
string `redirect` has 5 occurrences, make it a constant (goconst)
|
golangci-lint:
lib/load_routes.go#L46
string `backend` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
lib/load_routes.go#L66
string `gone` has 5 occurrences, make it a constant (goconst)
|
Test Go
Process completed with exit code 2.
|