Run / automate Golang linting
salemhilal opened this issue · 2 comments
salemhilal commented
We should be linting our go code!
A first pass at this was done as part of this PR.
We'll want to find a go linter — go lint
has long since been deprecated. Staticcheck and go vet are potential alternatives.
dschott68 commented
Is this different that the existing Github Action https://github.com/hound-search/hound/runs/4954299890?check_suite_focus=true ???
salemhilal commented
Ah yes it is! I assumed that since we closed the PR to delete unused code that linting had never been set up, but that's not true at all. I'm gonna close this.