Enable goimports check

Validates that goimports has been run on all files

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2018-08-06 12:12:07 -07:00
parent dc53e37d98
commit 795e11d5fb
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
4 changed files with 6 additions and 3 deletions

View file

@ -5,6 +5,7 @@
"EnableGC": true,
"Enable": [
"gofmt",
"goimports",
"golint",
"vet"
]