hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
150 stars 88 forks source link

Include all linters checked by Go Report Card #593

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

See https://goreportcard.com/report/github.com/hyperledger/fabric-gateway

Simplify chaincode deployment in scenario tests to pass cyclomatic complexity checks.

For clarity, change golangci-lint configuration to explicitly specify the linters run rather than relying on default linters.

Also fix Maven plugin warning in Java build.