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

Standarize and enforce linting

Open bartekpacia opened this issue 2 years ago • 1 comments
trafficstars

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

Agreed.

danielpaulus avatar Feb 28 '23 06:02 danielpaulus