Skip to content

Commit 9ad0788

Browse files
author
John Griffith
authored
Merge pull request #483 from j-griffith/remove_old_junk
Remove old commented out lintcheck code
2 parents dadd67d + b4706d6 commit 9ad0788

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hack/build/run-lint-checks.sh

-8
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,4 @@ for p in "${LINTABLE[@]}"; do
3838
fi
3939
done
4040

41-
#echo "running golint on the pkg directory (golint pkg/...)"
42-
#out="$(golint pkg/...)"
43-
#if [[ ${out} ]]; then
44-
# echo "FAIL: following golint errors found:"
45-
# echo "${out}"
46-
# ec=1
47-
#fi
48-
4941
exit ${ec}

0 commit comments

Comments
 (0)