File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +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- go install sigs.k8s.io/logtools/
[email protected] 20+ # TODO: re-enable logcheck when https://github.com/kubernetes-sigs/logtools/pull/31 is merged
21+ # go install sigs.k8s.io/logtools/[email protected] 2122
2223# Run verify steps
2324echo " Checking gofmt"
@@ -29,8 +30,9 @@ make ci-lint
2930echo " Running Helm lint"
3031make helm-lint
3132
32- echo " Running logcheck"
33- logcheck -config " ${this_dir} /logcheck.conf" ./cmd/... ./pkg/... ./source/...
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/...
3436
3537echo " Running unit tests"
3638make test
You can’t perform that action at this time.
0 commit comments