Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Silence ansible fqcn error about vagrant module. #191

Merged
merged 1 commit into from
Dec 24, 2022

Conversation

apatard
Copy link
Member

@apatard apatard commented Oct 11, 2022

The local vagrant module is not (yet?) inside a collection, so there's no FQCN. Add needed noqa bits.

Signed-off-by: Arnaud Patard apatard@hupstream.com

@apatard apatard requested a review from ssbarnea as a code owner October 11, 2022 07:37
@apatard apatard added the lint lint issue label Oct 11, 2022
Copy link
Member

@ssbarnea ssbarnea left a comment

Choose a reason for hiding this comment

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

I would advise towards switching to a collection. It would be the wise thing to do, much better than adding noqa.

@apatard
Copy link
Member Author

apatard commented Oct 11, 2022

I would advise towards switching to a collection. It would be the wise thing to do, much better than adding noqa.

Sure, this PR is the short term solution. The mid/long one is clearly to create a collection. The main blocker was python-vagrant but it's not the case anymore. Now, I need to find time and to understand how it to do that properly. I'd like also that current PR (maybe except the doc one) should either be merge or closed before, so that we start with a clean state.

@apatard
Copy link
Member Author

apatard commented Oct 14, 2022

@ssbarnea what about this PR ? would it make sens to create also a draft PR for removing the noqa flag and using community.vagrant.vagrant as module name ?

The local vagrant module is not (yet?) inside a collection, so there's
no FQCN. Add needed noqa bits.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
@ssbarnea ssbarnea added bug Something isn't working and removed lint lint issue labels Dec 24, 2022
@ssbarnea ssbarnea merged commit 36513e9 into ansible-community:main Dec 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants