pub fn codeclimate_issues_to_value(issues: &[CodeClimateIssue]) -> ValueExpand description
Serialize typed CodeClimate issues to the wire-shape JSON array.
Infallible: CodeClimateIssue contains only strings, integers, arrays, and
enums serialized as fixed strings.