Skip to content
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 modulege template to succeed on make lint command #2243

Merged
merged 1 commit into from Feb 17, 2024

Conversation

jespino
Copy link
Contributor

@jespino jespino commented Feb 17, 2024

What does this PR do?

Added the // nolint:gocritic comment in the module example_test.go template
to make the make lint command succed and in consequence allow to create
modules without errors.

Why is it important?

It is not critical, but it really confuses the module creator, also it requires
manual fix of the problem to be able to pass the linter check.

How to test this PR

You can try to create a new module before and after the PR, you will see that
the before state is going to lead you to an error executing make lint, and the
new one passes properly.

@jespino jespino requested a review from a team as a code owner February 17, 2024 08:42
Copy link

netlify bot commented Feb 17, 2024

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 1ebd1b2
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/65d0715fabfb5f0008b890e8
😎 Deploy Preview https://deploy-preview-2243--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

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

Good catch! LGTM

@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Feb 17, 2024
@mdelapenya mdelapenya self-assigned this Feb 17, 2024
@mdelapenya mdelapenya merged commit 91f6f59 into testcontainers:main Feb 17, 2024
81 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants