We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ada249 commit ff3ea39Copy full SHA for ff3ea39
ci/lint.sh
@@ -5,10 +5,6 @@ cd -- "$(dirname "$0")/.."
5
go vet ./...
6
GOOS=js GOARCH=wasm go vet ./...
7
8
-go install golang.org/x/lint/golint@latest
9
-golint -set_exit_status ./...
10
-GOOS=js GOARCH=wasm golint -set_exit_status ./...
11
-
12
go install honnef.co/go/tools/cmd/staticcheck@latest
13
staticcheck ./...
14
GOOS=js GOARCH=wasm staticcheck ./...
0 commit comments