mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 21:46:36 +00:00
enable golint
This commit is contained in:
parent
9095b37343
commit
559a81da6f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- gofmt -l -w .
|
- gofmt -l -w .
|
||||||
- goimports -l -w .
|
- goimports -l -w .
|
||||||
# - golint .
|
- golint .
|
||||||
# - go vet ./...
|
# - go vet ./...
|
||||||
# - go test -race ./...
|
# - go test -race ./...
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue