Skip to content

feat: add reportLocalModule option - #68

Open
wreulicke wants to merge 1 commit into
tomarrell:masterfrom
wreulicke:feat/report-local-module
Open

wreulicke wants to merge 1 commit into
tomarrell:masterfrom
wreulicke:feat/report-local-module

Conversation

@wreulicke

Copy link
Copy Markdown

Summary

  • Add the reportLocalModule configuration option.
  • Skip errors returned from packages within the current Go module when set to false.
  • Keep the current package behavior controlled by reportInternalErrors.
  • Default reportLocalModule to true to preserve existing behavior.
  • Add documentation and analysis test cases.

Testing

  • go test ./... -count=1

Fixes #22

@wreulicke

Copy link
Copy Markdown
Author

I am not sure whether to name it ignore Local Module.

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

Successfully merging this pull request may close these issues.

Flag to ignore main module

1 participant