Print and return instead of log.Panic
#866
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yaml
on: pull_request
Test GatewayD
1m 5s
Test GatewayD Plugins
0s
Annotations
10 errors
Test GatewayD:
config/config_test.go#L30
string `../` has 4 occurrences, make it a constant (goconst)
|
Test GatewayD:
metrics/merger.go#L184
avoid direct access to proto field metric.Metric, use metric.GetMetric() instead (protogetter)
|
Test GatewayD:
metrics/merger.go#L186
avoid direct access to proto field sample.Label, use sample.GetLabel() instead (protogetter)
|
Test GatewayD:
plugin/plugin_registry.go#L343
avoid direct access to proto field result.Fields, use result.GetFields() instead (protogetter)
|
Test GatewayD:
plugin/plugin_registry.go#L525
avoid direct access to proto field metadata.Fields, use metadata.GetFields() instead (protogetter)
|
Test GatewayD:
plugin/plugin_registry.go#L570
avoid direct access to proto field metadata.Fields["id"].GetStructValue().Fields["remoteUrl"].GetStringValue(), use metadata.GetFields()["id"].GetStructValue().GetFields()["remoteUrl"].GetStringValue() instead (protogetter)
|
Test GatewayD:
plugin/plugin_registry.go#L571
avoid direct access to proto field metadata.Fields["id"].GetStructValue().Fields["version"].GetStringValue(), use metadata.GetFields()["id"].GetStructValue().GetFields()["version"].GetStringValue() instead (protogetter)
|
Test GatewayD:
plugin/plugin_registry.go#L572
avoid direct access to proto field metadata.Fields["description"].GetStringValue(), use metadata.GetFields()["description"].GetStringValue() instead (protogetter)
|
Test GatewayD:
plugin/plugin_registry.go#L573
avoid direct access to proto field metadata.Fields["license"].GetStringValue(), use metadata.GetFields()["license"].GetStringValue() instead (protogetter)
|
Test GatewayD:
plugin/plugin_registry.go#L574
avoid direct access to proto field metadata.Fields["projectUrl"].GetStringValue(), use metadata.GetFields()["projectUrl"].GetStringValue() instead (protogetter)
|