Skip to content

How to change undrline color for some situations #509

Answered by karthiknadig
AMoktar asked this question in Q&A
Discussion options

You must be logged in to vote

You can use pylint.severity setting to change that. replace error-name with either name or code.

{ 
    "convention": "Information",
    "error": "Error",
    "fatal": "Error",
    "refactor": "Hint",
    "warning": "Warning",
    "info": "Information",
    "<error-name>": "Warning"
}

Error = Red, Warning = Yellow, Information = Blue, Hint = Grey Dots.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AMoktar
Comment options

Answer selected by AMoktar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants