Welcome to mirror list, hosted at ThFree Co, Russian Federation.

code_quality_mr_diff.json « pipeline_artifacts « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5489330fc1df0bbdcb6fc1559d8bd1ceff0409a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "merge_request_123456789": {
    "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"
        }
      ]
    }
  }
}