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:
parent
dc53e37d98
commit
795e11d5fb
4 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
"EnableGC": true,
|
||||
"Enable": [
|
||||
"gofmt",
|
||||
"goimports",
|
||||
"golint",
|
||||
"vet"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue