File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring
1717curl -Os https://uploader.codecov.io/latest/linux/codecov
1818chmod +x codecov
1919
20- # TODO: re-enable logcheck when https://github.com/kubernetes-sigs/logtools/pull/31 is merged
21- # go install sigs.k8s.io/logtools/logcheck@v0.8.1
20+ # TODO: update logcheck version when there is a new release (newer than v0.9.0)
21+ go install sigs.k8s.io/logtools/logcheck@v0.9.1-0.20251007102500-d35c84c015fe
2222
2323# Run verify steps
2424echo " Checking gofmt"
@@ -30,9 +30,8 @@ make ci-lint
3030echo " Running Helm lint"
3131make helm-lint
3232
33- # TODO: re-enable logcheck when https://github.com/kubernetes-sigs/logtools/pull/31 is merged
34- # echo "Running logcheck"
35- # logcheck -config "${this_dir}/logcheck.conf" ./cmd/... ./pkg/... ./source/...
33+ echo " Running logcheck"
34+ logcheck -config " ${this_dir} /logcheck.conf" ./cmd/... ./pkg/... ./source/...
3635
3736echo " Running unit tests"
3837make test
You can’t perform that action at this time.
0 commit comments