File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ gometalinter.v2 --disable-all \
35
35
--enable=structcheck \
36
36
--enable=golint \
37
37
--enable=deadcode \
38
- --enable=goimports \
39
38
--enable=errcheck \
40
39
--enable=varcheck \
41
40
--enable=goconst \
@@ -52,6 +51,7 @@ gometalinter.v2 --disable-all \
52
51
--skip=atomic \
53
52
./pkg/...
54
53
# TODO: Enable these as we fix them to make them pass
54
+ # --enable=goimports \
55
55
# --enable=gosec \
56
56
# --enable=maligned \
57
57
# --enable=safesql \
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ var newController = controller.New
38
38
var newManager = manager .New
39
39
var getGvk = apiutil .GVKForObject
40
40
41
- // Builder builds an Application ControllerManagedBy (e.g. Operator) and returns a manager.Manager to start it .
41
+ // Builder builds a Controller .
42
42
type Builder struct {
43
43
apiType runtime.Object
44
44
mgr manager.Manager
You can’t perform that action at this time.
0 commit comments