rules_go
rules_go copied to clipboard
Allow per rule `nogo` customization
What type of PR is this?
Feature
What does this PR do? Why is it needed?
This PR allow customize nogo per rule.
In my case I use multiple WORKSPACE (one WORKSPACE per go.mod) and all .go-code (our and third party) became external.
So I can't simply split nogo configuration per our code and third party code with exclude_files attribute.