good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit ff3ea39b authored by Anmol Sethi's avatar Anmol Sethi
Browse files

ci/lint.sh: Remove golint

Underscores in symbols are ok sometimes...
parent 7ada2499
No related branches found
No related tags found
No related merge requests found
......@@ -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 ./...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment