Skip to main content

codeclimate_issues_to_value

Function codeclimate_issues_to_value 

Source
pub fn codeclimate_issues_to_value(issues: &[CodeClimateIssue]) -> Value
Expand description

Serialize typed CodeClimate issues to the wire-shape JSON array.

Infallible: CodeClimateIssue contains only strings, integers, arrays, and enums serialized as fixed strings.