rules_go icon indicating copy to clipboard operation
rules_go copied to clipboard

Allow per rule `nogo` customization

Open bozaro opened this issue 4 years ago • 0 comments

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.

bozaro avatar Feb 18 '22 15:02 bozaro