algorand / go-algorand-sdk

Algorand Golang SDK
https://pkg.go.dev/github.com/algorand/go-algorand-sdk/v2
MIT License
185 stars 95 forks source link

Add golangci-lint to CI process #526

Closed algochoi closed 1 year ago

algochoi commented 1 year ago

Problem

Supercedes https://github.com/algorand/go-algorand-sdk/issues/168

We want to enforce a linter in the Go SDK repo, just like our other repos.

Solution

Considerations: