python - Turn a pylint warning as an error under Eclipse/pydev -


i'm working pylint under eclipse python code. have warnings given pylint want marked errors.

graphically consists in red cross instead of yellow warning panel.

any idea ?

ps : warning want more severe w0102, ie dangerous-default-value

in pydev can choose severity of each of message types in pylint (i.e.: fatal, errors, warnings, conventions, refactor) -- can in pylint preferences page inside pydev, there's nothing related changing message type of single item error.

i.e.: if need change message type of message warning message type error message type, pylint should support (and if/when does, should configure parameters pass pylint in preferences page).


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -