hyperledger / fabric-gateway

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

Consistent Go license headers with linting check #722

Closed bestbeforetoday closed 3 weeks ago

bestbeforetoday commented 1 month ago

Use goheader linter in golangci-lint to check that Go files contain correct license header.

Also add cognitive complexity linter in addition to existing cyclomatic complexity linter.