[
    {
        "type": "convention",
        "module": "python.flycheck_test",
        "obj": "",
        "line": 1,
        "column": 0,
        "endLine": null,
        "endColumn": null,
        "path": "python/flycheck_test.py",
        "symbol": "missing-module-docstring",
        "message": "Missing module docstring",
        "message-id": "C0114"
    },
    {
        "type": "error",
        "module": "python.flycheck_test",
        "obj": "",
        "line": 5,
        "column": 0,
        "endLine": 5,
        "endColumn": 24,
        "path": "python/flycheck_test.py",
        "symbol": "no-name-in-module",
        "message": "No name 'antigravit' in module 'python'",
        "message-id": "E0611"
    },
    {
        "type": "convention",
        "module": "python.flycheck_test",
        "obj": "Spam",
        "line": 7,
        "column": 0,
        "endLine": 7,
        "endColumn": 10,
        "path": "python/flycheck_test.py",
        "symbol": "missing-class-docstring",
        "message": "Missing class docstring",
        "message-id": "C0115"
    },
    {
        "type": "refactor",
        "module": "python.flycheck_test",
        "obj": "Spam",
        "line": 7,
        "column": 0,
        "endLine": 7,
        "endColumn": 10,
        "path": "python/flycheck_test.py",
        "symbol": "useless-object-inheritance",
        "message": "Class 'Spam' inherits from object, can be safely removed from bases in python3",
        "message-id": "R0205"
    },
    {
        "type": "convention",
        "module": "python.flycheck_test",
        "obj": "Spam.withEggs",
        "line": 9,
        "column": 4,
        "endLine": 9,
        "endColumn": 16,
        "path": "python/flycheck_test.py",
        "symbol": "missing-function-docstring",
        "message": "Missing function or method docstring",
        "message-id": "C0116"
    },
    {
        "type": "convention",
        "module": "python.flycheck_test",
        "obj": "Spam.withEggs",
        "line": 9,
        "column": 4,
        "endLine": 9,
        "endColumn": 16,
        "path": "python/flycheck_test.py",
        "symbol": "invalid-name",
        "message": "Method name \"withEggs\" doesn't conform to snake_case naming style",
        "message-id": "C0103"
    },
    {
        "type": "convention",
        "module": "python.flycheck_test",
        "obj": "Spam.with_ham",
        "line": 12,
        "column": 4,
        "endLine": 12,
        "endColumn": 16,
        "path": "python/flycheck_test.py",
        "symbol": "missing-function-docstring",
        "message": "Missing function or method docstring",
        "message-id": "C0116"
    },
    {
        "type": "error",
        "module": "python.flycheck_test",
        "obj": "Spam.with_ham",
        "line": 14,
        "column": 15,
        "endLine": 14,
        "endColumn": 33,
        "path": "python/flycheck_test.py",
        "symbol": "no-member",
        "message": "Module 'sys' has no 'python_version' member",
        "message-id": "E1101"
    },
    {
        "type": "refactor",
        "module": "python.flycheck_test",
        "obj": "Spam.with_ham",
        "line": 12,
        "column": 4,
        "endLine": 12,
        "endColumn": 16,
        "path": "python/flycheck_test.py",
        "symbol": "inconsistent-return-statements",
        "message": "Either all return statements in a function should return an expression, or none of them should.",
        "message-id": "R1710"
    },
    {
        "type": "error",
        "module": "python.flycheck_test",
        "obj": "",
        "line": 22,
        "column": 0,
        "endLine": 22,
        "endColumn": 11,
        "path": "python/flycheck_test.py",
        "symbol": "undefined-variable",
        "message": "Undefined variable 'antigravity'",
        "message-id": "E0602"
    },
    {
        "type": "warning",
        "module": "python.flycheck_test",
        "obj": "",
        "line": 5,
        "column": 0,
        "endLine": 5,
        "endColumn": 24,
        "path": "python/flycheck_test.py",
        "symbol": "unused-import",
        "message": "Unused import antigravit",
        "message-id": "W0611"
    }
]
