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
Post a Comment