-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sanity errors happening with the ansible devel branch #2146
Fix sanity errors happening with the ansible devel branch #2146
Conversation
Signed-off-by: Alina Buzachis <[email protected]>
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 41s (non-voting) |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 5m 02s (non-voting) |
008b515
into
ansible-collections:main
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #2149 🤖 @patchback |
SUMMARY Fix sanity errors happening with the ansible devel branch ERROR: Found 5 pylint issue(s) which need to be resolved: ERROR: plugins/modules/ec2_vpc_vgw.py:504:13: used-before-assignment: Using variable 'deleted_vgw' before assignment ERROR: plugins/modules/ecs_cluster.py:342:12: unreachable: Unreachable code ERROR: plugins/modules/ecs_cluster.py:364:12: unreachable: Unreachable code ERROR: plugins/modules/ecs_service.py:1251:12: unreachable: Unreachable code ERROR: plugins/modules/ecs_service.py:1266:12: unreachable: Unreachable code ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin (cherry picked from commit 008b515)
) This is a backport of PR #2146 as merged into main (008b515). SUMMARY Fix sanity errors happening with the ansible devel branch ERROR: Found 5 pylint issue(s) which need to be resolved: ERROR: plugins/modules/ec2_vpc_vgw.py:504:13: used-before-assignment: Using variable 'deleted_vgw' before assignment ERROR: plugins/modules/ecs_cluster.py:342:12: unreachable: Unreachable code ERROR: plugins/modules/ecs_cluster.py:364:12: unreachable: Unreachable code ERROR: plugins/modules/ecs_service.py:1251:12: unreachable: Unreachable code ERROR: plugins/modules/ecs_service.py:1266:12: unreachable: Unreachable code ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin
SUMMARY
Fix sanity errors happening with the ansible devel branch
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION