hack: base build scripts

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2019-03-22 13:29:28 -07:00
commit 4f2cc0e220
8 changed files with 194 additions and 0 deletions

13
gometalinter.json Normal file
View File

@@ -0,0 +1,13 @@
{
"Vendor": true,
"Deadline": "8m",
"Exclude": [".*.pb.go"],
"DisableAll": true,
"Enable": [
"gofmt",
"goimports",
"ineffassign",
"vet",
"deadcode"
]
}