Skip to content

Support location.positions in code climate MR-widget

Tabakhase requested to merge (removed):patch-13 into master

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