File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pkg/webhooks/regularuser/common Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
67
67
.PHONY : vet
68
68
vet :
69
- $(AT ) gofmt -s -l $( shell go list -f '{{ .Dir }}' . /... ) | grep " .*\.go " ; if [ " $$ ? " = " 0 " ] ; then gofmt -s -d $( shell go list -f ' {{ .Dir }} ' ./... ) ; exit 1 ; fi
69
+ $(AT ) go fmt . /...
70
70
$(AT ) go vet ./cmd/... ./pkg/...
71
71
72
72
.PHONY : generate
@@ -138,7 +138,7 @@ $(PACKAGE_RESOURCE_DESTINATION):
138
138
.PHONY : container-test
139
139
container-test :
140
140
$(CONTAINER_ENGINE ) run \
141
- -v $(CURDIR ) :$(CURDIR ) \
141
+ -v $(CURDIR ) :$(CURDIR ) :z \
142
142
-w $(CURDIR ) \
143
143
-e GOFLAGS=$(GOFLAGS ) \
144
144
--rm \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const (
32
32
mustGatherKind = "MustGather"
33
33
mustGatherGroup = "managed.openshift.io"
34
34
clusterVersionKind = "ClusterVersion"
35
- clusterVersionGroup = "config.openshit .io"
35
+ clusterVersionGroup = "config.openshift .io"
36
36
customDomainKind = "CustomDomain"
37
37
customDomainGroup = "managed.openshift.io"
38
38
netNamespaceKind = "NetNamespace"
You can’t perform that action at this time.
0 commit comments