diff options
Diffstat (limited to 'all.bash')
| -rwxr-xr-x | all.bash | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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() { |
