mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-06 06:49:36 -05:00
Updated via: go get github.com/hashicorp/terraform@sdk-v0.11-with-go-modules and go mod tidy
21 lines
361 B
JSON
21 lines
361 B
JSON
{
|
|
"Vendor": true,
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"gofmt",
|
|
"goimports",
|
|
"interfacer",
|
|
"goconst",
|
|
"misspell",
|
|
"unconvert",
|
|
"gosimple",
|
|
"golint",
|
|
"structcheck",
|
|
"deadcode",
|
|
"vet"
|
|
],
|
|
"Exclude": [
|
|
"initTests is unused"
|
|
],
|
|
"Deadline": "2m"
|
|
}
|