[MM-53425]: Added additional checks for POST type APIs #226
Annotations
10 errors
server/serializer.go#L15
unexported-return: exported func GetTelemetryPayloadFromJSON returns unexported type *main.telemetryAPIRequest, which can be annoying to use (revive)
|
server/serializer.go#L43
unexported-return: exported func GetAddIssuePayloadFromJSON returns unexported type *main.addAPIRequest, which can be annoying to use (revive)
|
server/serializer.go#L70
unexported-return: exported func GetEditIssuePayloadFromJSON returns unexported type *main.editAPIRequest, which can be annoying to use (revive)
|
server/serializer.go#L96
unexported-return: exported func GetChangeAssignmentPayloadFromJSON returns unexported type *main.changeAssignmentAPIRequest, which can be annoying to use (revive)
|
server/serializer.go#L125
unexported-return: exported func GetAcceptRequestPayloadFromJSON returns unexported type *main.acceptAPIRequest, which can be annoying to use (revive)
|
server/serializer.go#L150
unexported-return: exported func GetCompleteIssuePayloadFromJSON returns unexported type *main.completeAPIRequest, which can be annoying to use (revive)
|
server/serializer.go#L175
unexported-return: exported func GetRemoveIssuePayloadFromJSON returns unexported type *main.removeAPIRequest, which can be annoying to use (revive)
|
server/serializer.go#L200
unexported-return: exported func GetBumpIssuePayloadFromJSON returns unexported type *main.bumpAPIRequest, which can be annoying to use (revive)
|
server/plugin.go#L196
shadow: declaration of "err" shadows declaration at line 189 (govet)
|
server/plugin.go#L353
shadow: declaration of "err" shadows declaration at line 346 (govet)
|
The logs for this run have expired and are no longer available.
Loading