go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

Standarize and enforce linting

Open bartekpacia opened this issue 1 year ago • 1 comments

Would be great to have some static analysis in place, to avoid common mistakes.

IMHO, the bare minimum is to use (and enforce) go vet.

I'm also a fan of staticcheck, which is a popular successor to golint (which is deprecated). We could use it as well

bartekpacia avatar Feb 26 '23 21:02 bartekpacia