aboutsummaryrefslogtreecommitdiff
path: root/all.bash
diff options
context:
space:
mode:
Diffstat (limited to 'all.bash')
-rwxr-xr-xall.bash9
1 files changed, 5 insertions, 4 deletions
diff --git a/all.bash b/all.bash
index 73406288..00b94133 100755
--- a/all.bash
+++ b/all.bash
@@ -143,10 +143,11 @@ check_vet() {
}
# check_staticcheck runs staticcheck on source files.
-check_staticcheck() {
- ensure_go_binary honnef.co/go/tools/cmd/staticcheck
- runcmd staticcheck $(go list ./... | grep -v third_party | grep -v internal/doc | grep -v internal/render)
-}
+# TODO: uncomment when updated to go 1.18
+# check_staticcheck() {
+# ensure_go_binary honnef.co/go/tools/cmd/staticcheck
+# runcmd staticcheck $(go list ./... | grep -v third_party | grep -v internal/doc | grep -v internal/render)
+# }
# check_misspell runs misspell on source files.
check_misspell() {