mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
Exclude Protos from Gometalinter in Travis (#1170)
* travis * added config
This commit is contained in:
@@ -1,15 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Enable": [
|
"Deadline": "10m",
|
||||||
"gofmt",
|
"Exclude": [
|
||||||
"deadcode",
|
"^proto/"
|
||||||
"misspell",
|
]
|
||||||
"goimports",
|
|
||||||
"nakedret",
|
|
||||||
"unparam",
|
|
||||||
"megacheck",
|
|
||||||
"gosec",
|
|
||||||
"varcheck",
|
|
||||||
"structcheck",
|
|
||||||
"golint"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ matrix:
|
|||||||
- lint
|
- lint
|
||||||
script:
|
script:
|
||||||
-
|
-
|
||||||
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./... --deadline=10m --exclude=client/internal/client_helper.go
|
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
|
||||||
- os: linux
|
- os: linux
|
||||||
env:
|
env:
|
||||||
- coverage
|
- coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user