Update build to use travis
Update Makefile targets Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
f0cc927784
commit
dc49f84dcc
10 changed files with 189 additions and 170 deletions
11
.gometalinter.json
Normal file
11
.gometalinter.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"Vendor": true,
|
||||
"Deadline": "2m",
|
||||
"Sort": ["linter", "severity", "path", "line"],
|
||||
"EnableGC": true,
|
||||
"Enable": [
|
||||
"gofmt",
|
||||
"golint",
|
||||
"vet"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue