Skip to content

Fix "_" name disallowed by galaxy-importer pylint #101

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

Merged
merged 1 commit into from
Jul 25, 2025

Conversation

swapdisk
Copy link
Member

Even though pylint in our CI pipeline doesn't complain, pylint run by galaxy-importer reports the following error when we push releases...

ERROR: roles/snapshot_create/files/check.py:109:73: disallowed-name: Disallowed name "_" 

This leads to time wasting questions and toil, so we'll change the unused var name to _key to make everybody happy!

Copy link
Collaborator

@djdanielsson djdanielsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@djdanielsson djdanielsson merged commit ccc6e45 into redhat-cop:main Jul 25, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants