Support location.positions in code climate MR-widget

What does this MR do?

Support both forms of code climate issue-locations https://github.com/codeclimate/spec/blob/master/SPEC.md#locations

{
  "path": "path/to/file.sh",
  "positions": {
    "begin": {
      "line": 3,
      "column": 10
    },
    "end": {
      "line": 4,
      "column": 12
    }
  }
}

What are the relevant issue numbers?

Resolves #6813 (closed)

Does this MR meet the acceptance criteria?

Edited by Tabakhase

Merge request reports

Loading