mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
7ff544fddf
* fix travis and other linter errors * remove megacheck
21 lines
294 B
JSON
21 lines
294 B
JSON
{
|
|
"Deadline": "10m",
|
|
"Exclude": [
|
|
"^proto/",
|
|
"^contracts/"
|
|
],
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"deadcode",
|
|
"goconst",
|
|
"goimports",
|
|
"golint",
|
|
"gosec",
|
|
"gotype",
|
|
"misspell",
|
|
"structcheck",
|
|
"unparam",
|
|
"varcheck"
|
|
]
|
|
}
|