Skip to content

Commit

Permalink
add blockade to kubernetes for pkg/util
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Feb 26, 2021
1 parent d3afb5b commit c90870a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ blockades:
blockregexps:
- ^examples/
explanation: "examples/ has moved to https://github.com/kubernetes/examples/"
- repos:
- kubernetes/kubernetes
blockregexps:
- ^pkg/util/[^/]+\.go$
explanation: "Utility code must be added to a subpackage like pkg/util/flag, not pkg/util directly. See: #49993"
- repos:
- kubernetes/community
blockregexps:
Expand Down

0 comments on commit c90870a

Please sign in to comment.