chore(cardinal): log a warning if RegisterSystems encounters a duplicate System name #429
lint.yml
on: pull_request
PR Title Lint
2s
golangci-lint
3m 46s
Annotations
10 errors
golangci-lint:
cardinal/ecs/world.go#L125
Error return value of `w.RegisterSystemWithName` is not checked (errcheck)
|
golangci-lint:
cardinal/ecs/world.go#L130
Error return value of `w.RegisterSystemWithName` is not checked (errcheck)
|
golangci-lint:
cardinal/cardinal_test.go#L39
Error return value of `cardinal.RegisterSystems` is not checked (errcheck)
|
golangci-lint:
cardinal/example_messagetype_test.go#L33
Error return value of `cardinal.RegisterSystems` is not checked (errcheck)
|
golangci-lint:
cardinal/message_test.go#L39
Error return value of `cardinal.RegisterSystems` is not checked (errcheck)
|
golangci-lint:
cardinal/system_test.go#L44
Error return value of `cardinal.RegisterSystems` is not checked (errcheck)
|
golangci-lint:
cardinal/system_test.go#L77
Error return value of `cardinal.RegisterSystems` is not checked (errcheck)
|
golangci-lint:
internal/e2e/tester/cardinal/main.go#L48
Error return value of `cardinal.RegisterSystems` is not checked (errcheck)
|
golangci-lint:
cardinal/system_test.go#L37
unused-parameter: parameter 'worldCtx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint
Process completed with exit code 2.
|