terraform-provider-google/.gometalinter.json
Riley Karson c66e6865e1
Removed unused from gometalinter (#2907)
staticcheck is unhappy with my config file; I'll add it in when I get it working correctly.
2019-01-22 11:31:51 -08:00

21 lines
266 B
JSON

{
"Deadline": "10m",
"Enable": [
"gofmt",
"misspell",
"structcheck",
"unconvert",
"varcheck",
"vet"
],
"EnableGC": true,
"Linters": {
},
"Sort": [
"path",
"line"
],
"Vendor": true,
"WarnUnmatchedDirective": true
}