awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
5 stars 1 forks source link

Fixing all linter errors. #50

Closed victornicolet closed 6 months ago

victornicolet commented 6 months ago

This fixes all the linter errors you would get when running:

golint -set_exit_status -min_confidence 0.9 ./...

and enables linting in CI.

samarth-aws commented 6 months ago

Do we want to add the deadcode tool as well?

victornicolet commented 6 months ago

That's a good idea, but maybe in a different PR? I just tried running it there is more than a trivial amount of dead code and that would be another big but semantically void PR.