mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-08-13 07:15:53 +08:00
hack: base build scripts
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
13
gometalinter.json
Normal file
13
gometalinter.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Vendor": true,
|
||||
"Deadline": "8m",
|
||||
"Exclude": [".*.pb.go"],
|
||||
"DisableAll": true,
|
||||
"Enable": [
|
||||
"gofmt",
|
||||
"goimports",
|
||||
"ineffassign",
|
||||
"vet",
|
||||
"deadcode"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user