Skip to content

Commit

Permalink
ci/lint.sh: Remove golint
Browse files Browse the repository at this point in the history
Underscores in symbols are ok sometimes...
  • Loading branch information
nhooyr committed Oct 19, 2023
1 parent 7ada249 commit ff3ea39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ cd -- "$(dirname "$0")/.."
go vet ./...
GOOS=js GOARCH=wasm go vet ./...

go install golang.org/x/lint/golint@latest
golint -set_exit_status ./...
GOOS=js GOARCH=wasm golint -set_exit_status ./...

go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck ./...
GOOS=js GOARCH=wasm staticcheck ./...
Expand Down

0 comments on commit ff3ea39

Please sign in to comment.