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

GitHub action: golangci-lint #116

Open
ccoVeille opened this issue Apr 18, 2024 · 2 comments
Open

GitHub action: golangci-lint #116

ccoVeille opened this issue Apr 18, 2024 · 2 comments

Comments

@ccoVeille
Copy link
Contributor

Would you like me to help you in setting up golangci-lint for your project ?

This tool is the one I used to find some errors in #111

I will like to not only set it up, but also add a GitHub action for it.

This is great tool to avoid errors to get added via PR.

@mfridman
Copy link
Owner

Sure. Just make sure make lint and the CI job run the same set of linters.

https://github.com/pressly/goose/blob/d0641b5bfb3bd5d38d95fe7a63d7ddf2d282234d/Makefile#L31-L33

@ccoVeille
Copy link
Contributor Author

Sure, I can add that first, then the CI

ccoVeille added a commit to ccoVeille/tparse that referenced this issue Apr 22, 2024
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

No branches or pull requests

2 participants