CosmWasm / wasmvm

Go bindings to the running cosmwasm contracts with wasmer
Apache License 2.0
173 stars 99 forks source link

lint wasmvm #427

Closed faddat closed 1 year ago

faddat commented 1 year ago

This is a quick lint of the wasmvm repository and the most notable thing about this PR is that is improves testing.

webmaster128 commented 1 year ago

LGTM. A make lint command would be handy.

Yes, agreed. How would that look like? I used golangci-lint run locally but is this state of the art?