Skip to content

Commit

Permalink
Fix lint - add period for comments
Browse files Browse the repository at this point in the history
To fix lint check, added period in end of line of comments.

Signed-off-by: Lior Noy <[email protected]>
  • Loading branch information
liornoy committed Apr 30, 2024
1 parent 5cd33d6 commit d1def49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commatrix/commatrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/openshift-kni/commatrix/types"
)

// TODO: add integration tests
// TODO: add integration tests.

type Env int

Expand Down
2 changes: 1 addition & 1 deletion commatrix/static-custom-entries.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package commatrix

// TODO: can just be commat struct
// TODO: can just be commat struct.

var generalStaticEntriesWorker = `
[
Expand Down
2 changes: 1 addition & 1 deletion consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit d1def49

Please sign in to comment.