14 errors
Pylint found 14 errors
Annotations
Check failure on line 79 in unskript-ctl/unskript_upload_results_to_s3.py
github-actions / Pylint
unskript-ctl/unskript_upload_results_to_s3.py#L79
Unnecessary parens after '=' keyword (superfluous-parens, C0325)
github-actions / Pylint
Kubernetes/legos/k8s_get_error_pods_from_all_jobs/k8s_get_error_pods_from_all_jobs.py#L50
Possibly using variable 'jobs' before assignment (possibly-used-before-assignment, E0606)
github-actions / Pylint
Kubernetes/legos/k8s_get_error_pods_from_all_jobs/k8s_get_error_pods_from_all_jobs.py#L66
Possibly using variable 'pods' before assignment (possibly-used-before-assignment, E0606)
github-actions / Pylint
Slack/legos/slack_create_channel_invite_users/slack_create_channel_invite_users.py#L31
Useless return at end of function or method (useless-return, R1711)
Check failure on line 25 in Slack/legos/slack_lookup_user_by_email/slack_lookup_user_by_email.py
github-actions / Pylint
Slack/legos/slack_lookup_user_by_email/slack_lookup_user_by_email.py#L25
Useless return at end of function or method (useless-return, R1711)
Check failure on line 23 in Slack/legos/slack_post_message/slack_post_message.py
github-actions / Pylint
Slack/legos/slack_post_message/slack_post_message.py#L23
Useless return at end of function or method (useless-return, R1711)
Check failure on line 28 in Slack/legos/slack_post_image/slack_post_image.py
github-actions / Pylint
Slack/legos/slack_post_image/slack_post_image.py#L28
Useless return at end of function or method (useless-return, R1711)
Check failure on line 26 in Slack/legos/slack_send_DM/slack_send_DM.py
github-actions / Pylint
Slack/legos/slack_send_DM/slack_send_DM.py#L26
Useless return at end of function or method (useless-return, R1711)
Check failure on line 82 in AWS/legos/aws_ebs_modify_volume/aws_ebs_modify_volume.py
github-actions / Pylint
AWS/legos/aws_ebs_modify_volume/aws_ebs_modify_volume.py#L82
Possibly using variable 'newSize' before assignment (possibly-used-before-assignment, E0606)
github-actions / Pylint
AWS/legos/aws_check_ssl_certificate_expiry/aws_check_ssl_certificate_expiry.py#L71
Possibly using variable 'days' before assignment (possibly-used-before-assignment, E0606)
github-actions / Pylint
AWS/legos/aws_ecs_detect_failed_deployment/aws_ecs_detect_failed_deployment.py#L72
Possibly using variable 'primaryDeploymentID' before assignment (possibly-used-before-assignment, E0606)
github-actions / Pylint
Github/legos/github_remove_member_from_org/github_remove_member_from_org.py#L52
Possibly using variable 'result' before assignment (possibly-used-before-assignment, E0606)
Check failure on line 87 in Github/legos/github_create_team/github_create_team.py
github-actions / Pylint
Github/legos/github_create_team/github_create_team.py#L87
Possibly using variable 'privacy_settings' before assignment (possibly-used-before-assignment, E0606)
Check failure on line 58 in Github/legos/github_delete_branch/github_delete_branch.py
github-actions / Pylint
Github/legos/github_delete_branch/github_delete_branch.py#L58
Possibly using variable 'flag_to_check_branch' before assignment (possibly-used-before-assignment, E0606)