Skip to content

Commit ff3ea39

Browse files
committed
ci/lint.sh: Remove golint
Underscores in symbols are ok sometimes...
1 parent 7ada249 commit ff3ea39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/lint.sh

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ cd -- "$(dirname "$0")/.."
55
go vet ./...
66
GOOS=js GOARCH=wasm go vet ./...
77

8-
go install golang.org/x/lint/golint@latest
9-
golint -set_exit_status ./...
10-
GOOS=js GOARCH=wasm golint -set_exit_status ./...
11-
128
go install honnef.co/go/tools/cmd/staticcheck@latest
139
staticcheck ./...
1410
GOOS=js GOARCH=wasm staticcheck ./...

0 commit comments

Comments
 (0)