tomarrell / wrapcheck

A Go linter to check that errors from external packages are wrapped
https://blog.tomarrell.com/post/introducing_wrapcheck_linter_for_go
MIT License
302 stars 27 forks source link

Flag to ignore main module #22

Open tomarrell opened 2 years ago

tomarrell commented 2 years ago

As has been requested, ignoring the main module in a project via a flag to prevent having to configure the package ignore for each project.

Something along the lines of ignore: go list -m.