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
291 stars 26 forks source link

Add configuration support #14

Closed tomarrell closed 3 years ago

tomarrell commented 3 years ago

This PR introduces the ability to configure ignored signatures using a .wrapcheck.yaml file.