feat: [PPT-2272] Add edge error + health reporting feature #724
ci.yml
on: push
crystal-style
/
crystal-style
1m 39s
dockerfile-style
/
dockerfile-style
10s
Matrix: test
Annotations
2 errors, 2 warnings, and 3 notices
|
🚧 crystal: unstable, subset: , MT: false
Process completed with exit code 1.
|
|
crystal: latest, subset: , MT: false
Process completed with exit code 1.
|
|
Lint/UnusedBlockArgument:
src/placeos-edge/server.cr#L57
Use `&` as an argument name to indicate that it won't be referenced.
|
|
Performance/MapInsteadOfBlock:
src/api/status.cr#L167
Use `sum {...}` instead of `map {...}.sum`
|
|
Naming/AccessorMethodName:
src/placeos-core/process_manager/edge.cr#L480
Favour method name 'module_init_failures' over 'get_module_init_failures'
|
|
Naming/AccessorMethodName:
src/placeos-core/process_manager/edge.cr#L487
Favour method name 'edge_health' over 'get_edge_health'
|
|
Naming/AccessorMethodName:
src/placeos-core/process_manager/edge.cr#L501
Favour method name 'edge_module_status' over 'get_edge_module_status'
|