hyperledger / fabric-admin-sdk

Fabric SDK for Admin Capability services
Apache License 2.0
31 stars 19 forks source link

Improve performance of golangci-lint #118

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

For local linting (using 'make lint'), install and use Go binary, This runs much faster and does not require Docker to be running on the local machine.

For automated builds, use the golangci-lint GitHub Action.