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

Include missing Pylint "information" category #334

Merged

Conversation

juliangilbey
Copy link
Contributor

Well, it turns out my PR #330 failed because it raised a message in the "information" category (see https://pylint.pycqa.org/en/latest/user_guide/messages/messages_overview.html) which is not currently handled by the python-lsp-server code. Here's a simple patch to handle this case.

@ccordoba12 ccordoba12 changed the title Include missing pylint "information" category Include missing Pylint "information" category Jan 8, 2023
@ccordoba12 ccordoba12 added this to the v1.7.1 milestone Jan 8, 2023
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks @juliangilbey!

@ccordoba12 ccordoba12 merged commit 2580db3 into python-lsp:develop Jan 8, 2023
@juliangilbey juliangilbey deleted the add-missing-pylint-category branch January 8, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants