pylint: understand error/warning categories | enable/disable specific error/warning category

preview_player
Показать описание
Pylint categorises all error and warnings under five categories:
E: error
W: warning
R: refactor
C: convention
F: fatal error

You can configure pylint as per your requirement. You can play with multiple use cases like:
# disable all, enable all errors only

# disable all, enable all warnings only

# disable all, enable all errors and warnings only

You can enable/disable by error/warning code shown in error message in your terminal.
Рекомендации по теме
Комментарии
Автор

please make another complete tutorial on jenkins auto deployment on aws using git jenkins and dockers, thanks

ibrahimmohammad