hyperledger / fabric-admin-sdk

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

Fix staticcheck checks #93

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

staticcheck was only being run against the root directory, which contains no Go files. Change to run recurseively so code is actually checked.

For now, disable checks for missing package documentation.

Fix staticcheck failures and remove use of unnecessary github.com/pkg/errors package.

Disable fail-fast for golang test matrix so all test results can be viewed, even if one fails.