Closed arkan closed 8 years ago
Currently gometalinter runs on save with the following checks: vet, golint.
vet, golint
This operation is fast enough to be run on each save.
However it is interesting to have more checks to run when one desires to. This PR adds support for this.
From now on SPC-SPC-l gometalinter will run with vet, golint, errcheck, deadcode.
SPC-SPC-l
vet, golint, errcheck, deadcode
This operation takes longer though.
Currently gometalinter runs on save with the following checks:
vet, golint
.This operation is fast enough to be run on each save.
However it is interesting to have more checks to run when one desires to. This PR adds support for this.
From now on
SPC-SPC-l
gometalinter will run withvet, golint, errcheck, deadcode
.This operation takes longer though.