Skip to content

Commit bc4f439

Browse files
committed
test: Enable golint check
1 parent 4be4a25 commit bc4f439

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hack/verify-all.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ readonly PKG_ROOT="$(git rev-parse --show-toplevel)"
2020

2121
${PKG_ROOT}/hack/verify-gofmt.sh
2222
${PKG_ROOT}/hack/verify-govet.sh
23-
# disable due to travis issue
24-
#${PKG_ROOT}/hack/verify-golint.sh
23+
${PKG_ROOT}/hack/verify-golint.sh
2524
${PKG_ROOT}/hack/verify-yamllint.sh
2625
${PKG_ROOT}/hack/verify-boilerplate.sh
2726
${PKG_ROOT}/hack/verify-spelling.sh

0 commit comments

Comments
 (0)