diff --git a/commatrix/commatrix.go b/commatrix/commatrix.go index e7165ed4..4da8f578 100644 --- a/commatrix/commatrix.go +++ b/commatrix/commatrix.go @@ -12,7 +12,7 @@ import ( "github.com/openshift-kni/commatrix/types" ) -// TODO: add integration tests +// TODO: add integration tests. type Env int diff --git a/commatrix/static-custom-entries.go b/commatrix/static-custom-entries.go index e9ac0e8b..a9372a1e 100644 --- a/commatrix/static-custom-entries.go +++ b/commatrix/static-custom-entries.go @@ -1,6 +1,6 @@ package commatrix -// TODO: can just be commat struct +// TODO: can just be commat struct. var generalStaticEntriesWorker = ` [ diff --git a/consts/consts.go b/consts/consts.go index d7c54fbf..4a0155e1 100644 --- a/consts/consts.go +++ b/consts/consts.go @@ -7,6 +7,6 @@ const ( OptionalTrue = "true" RoleLabel = "node-role.kubernetes.io/" DefaultDebugNamespace = "openshift-commatrix-debug" - // TODO: change the image + // TODO: change the image. DefaultDebugPodImage = "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:535ce24b5f1894d2a07bfa7eed7ad028ffde0659693f2a571ac4712a21cd028c" )