run on github.com/fitstar/falcore
$ gometalinter.v1 --disable=gocyclo --disable=vetshadow --disable=goconst --json ./... | used -top 5 ./...
gometalinter.v1 --disable=gocyclo --disable=vetshadow --disable=goconst --json ./... | used -top 10 ./...
not sure if this is expected behavior, but my expectation of "top" would be that the top of the list would be the same in subsequent runs.
run on github.com/fitstar/falcore
$ gometalinter.v1 --disable=gocyclo --disable=vetshadow --disable=goconst --json ./... | used -top 5 ./...
gometalinter.v1 --disable=gocyclo --disable=vetshadow --disable=goconst --json ./... | used -top 10 ./...
not sure if this is expected behavior, but my expectation of "top" would be that the top of the list would be the same in subsequent runs.