mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Add Golint (#344)
This commit is contained in:
committed by
Raul Jordan
parent
9cf375267e
commit
bb29e367d5
@@ -9,7 +9,7 @@ matrix:
|
||||
- lint
|
||||
script:
|
||||
-
|
||||
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./... --deadline=10m
|
||||
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./... --deadline=10m --exclude=client/internal/client_helper.go
|
||||
- os: linux
|
||||
env: V=0.15.0
|
||||
before_install:
|
||||
|
||||
Reference in New Issue
Block a user