armada icon indicating copy to clipboard operation
armada copied to clipboard

Investigate use of golangci-lint

Open JamesMurkin opened this issue 3 years ago • 0 comments

https://golangci-lint.run/

This tool is a metalinter. Running it locally shows up quite a few things we should fix:

  • Unused code
  • Unused variables

It would be worth putting this in our CI, once we move to github actions.

JamesMurkin avatar Aug 13 '21 18:08 JamesMurkin