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
This is not actually a bug in pylint, but a bug in inspektor which is using elements of pylint's API that we did not consider public.
A PR has already been opened with inspektor to fix this, see avocado-framework/inspektor#41.
I'll respond to that PR with a better fix to solve the issue!
Bug description
Refer link: https://github.com/autotest/tp-libvirt/runs/4330039462?check_suite_focus=true
Tp-libvirt project is using pylint for python checking. With pylint 2.11.0, everything is PASS. After upgrading to pylint 2.12, every PR checking is failed with below error message.
Run inspekt checkall --disable-style E501,E265,W601,W605,E402,E722,E741 --no-license-check
PEP8 disabled: E501,E265,W601,W605,E402,E722,E741
Pylint disabled: W,R,C,E1002,E1101,E1103,E1120,F0401,I0011
Pylint enabled : W0611
License check: disabled
'LinterStats' object has no attribute 'get'
Error: Process completed with exit code 1.
Configuration
No response
Command used
Pylint output
Expected behavior
Checking is PASSed.
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: