dc49f84dcc
Update Makefile targets Signed-off-by: Derek McGowan <derek@mcgstyle.net>
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path", "line"],
|
|
"EnableGC": true,
|
|
"Enable": [
|
|
"gofmt",
|
|
"golint",
|
|
"vet"
|
|
]
|
|
}
|