mfridman/tparse

GitHub action: golangci-lint

Closed this issue · 3 comments

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.

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

Sure, I can add that first, then the CI

I believe this has been complete, closing.