summaryrefslogtreecommitdiff
path: root/tests/testutils/_primer/fixtures/message_changed/main.json
blob: 96f0aaaef7d41bfa3d69fb7806e75516b211dbf5 (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
26
27
28
29
30
31
32
33
{
  "astroid": {
    "commit": "123456789abcdef",
    "messages": [
      {
        "type": "info",
        "module": "astroid",
        "obj": "",
        "line": 91,
        "column": 0,
        "endLine": null,
        "endColumn": null,
        "path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py",
        "symbol": "locally-disabled",
        "message": "Locally disabling redefined-builtin (W0622)",
        "message-id": "I0011"
      },
      {
        "type": "warning",
        "module": "astroid",
        "obj": "",
        "line": 91,
        "column": 0,
        "endLine": null,
        "endColumn": null,
        "path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py",
        "symbol": "unknown-option-value",
        "message": "Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'",
        "message-id": "W0012"
      }
    ]
  }
}