mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
671c76be00
Both run staticcheck and go vet (but not golint). Also make some small changes necessary to make the codebase lint-free under staticcheck.
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/bin/sh -e
|
|
go vet ./...
|
|
staticcheck ./...
|