summaryrefslogtreecommitdiff
path: root/spec/fixtures/pipeline_artifacts/code_quality_mr_diff.json
blob: c3ee2bc4cacc89732de37e166ccfa18f20bb01bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "files": {
    "file_a.rb": [
      {
        "line": 10,
        "description": "Avoid parameter lists longer than 5 parameters. [12/5]",
        "severity": "major"
      },
      {
        "line": 10,
        "description": "Method `new_array` has 12 arguments (exceeds 4 allowed). Consider refactoring.",
        "severity": "minor"
      }
    ],
    "file_b.rb": [
      {
        "line": 10,
        "description": "This cop checks for methods with too many parameters.\nThe maximum number of parameters is configurable.\nKeyword arguments can optionally be excluded from the total count.",
        "severity": "minor"
      }
    ]
  }
}