Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pylint output html-escapes entities #4624

Closed
wants to merge 2 commits into from

Conversation

jgsogo
Copy link
Contributor

@jgsogo jgsogo commented Feb 27, 2019

Changelog: omit
Docs: omit

With the new version of Pylint (2.3.0), the JSON output contains escaped characters:

[
    {
        "type": "convention",
        "module": "conanfile",
        "obj": "TestConan.build",
        "line": 9,
        "column": 15,
        "path": "conanfile.py",
        "symbol": "invalid-name",
        "message": "Variable name "v" doesn't conform to snake_case naming style",
        "message-id": "C0103"
    }
]

I've opened an issue in their repo (pylint-dev/pylint#2769), and also I'm providing here a patch.

@ghost ghost assigned jgsogo Feb 27, 2019
@ghost ghost added the stage: review label Feb 27, 2019
@jgsogo jgsogo added this to the 1.13 milestone Feb 27, 2019
@jgsogo
Copy link
Contributor Author

jgsogo commented Feb 28, 2019

Closing this one, let's wait for the next pylint version (if they consider this behavior a regression or not).

@jgsogo jgsogo closed this Feb 28, 2019
@ghost ghost removed the stage: review label Feb 28, 2019
@jgsogo jgsogo deleted the hotfix/pylint-html-escape branch February 28, 2019 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant