mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
d6f16bb878
* travis * added config * gometa * fix * use megacheck
22 lines
313 B
JSON
22 lines
313 B
JSON
{
|
|
"Deadline": "10m",
|
|
"Exclude": [
|
|
"^proto/",
|
|
"^contracts/"
|
|
],
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"deadcode",
|
|
"goconst",
|
|
"goimports",
|
|
"golint",
|
|
"gosec",
|
|
"gotype",
|
|
"megacheck",
|
|
"misspell",
|
|
"structcheck",
|
|
"unparam",
|
|
"varcheck"
|
|
]
|
|
}
|