Open tyler-smith opened 6 years ago
Is this completely done?
Not yet. I updated it to be current.
I want to work on this
@ulshell That'd be great, thanks. A good place to start is probably finishing up megacheck or prealloc. I have them started but havn't had time to finish them.
In order to improve the overall quality of the repo, we are enabling the linter within travis but required our code to be made compliant with the lint rules before enabling each ruleset. Grouped by level of effort required.
The linter used by travis can be installed with
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.10
and executed using$GOPATH/bin/golangci-lint run
. Linters may be enabled and disabled within.golangci.yml
Low
goimports
have have relaxed this requirement.Medium (these are already in progress)
High