You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a python file with some linter warning like
deffoo(a):
return
View pylint warnings
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Your code has been rated at 0.00/10 (previous run: 10.00/10, -10.00)
##########Linting Output - pylint##########
************* Module stub
1,0,convention,C0102:Black listed name "foo"
1,8,warning,W0613:Unused argument 'a'
------------------------------------------------------------------
Your code has been rated at 0.00/10 (previous run: 0.00/10, +0.00)
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)
The text was updated successfully, but these errors were encountered:
Environment data
431ef9da3cf88a7e164f9d33bf62695e07c6c2a9
x64
Actual behavior
Pylint encounters a warning/error

Message includes error code, but not error name
Expected behavior
Error message includes error name, like when using vim-ALE


or pylint
This feature is important because if I want to disable an error code, I much prefer the descriptive
over the ambiguous
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: